mirror of
https://github.com/restic/restic.git
synced 2025-12-21 15:20:07 -05:00
The azureAdapter was used directly without a pointer, but the Len()
method was only defined with a pointer receiver (which means Len() is
not present on a azureAdapter{}, only on a pointer to it).
|
||
|---|---|---|
| .. | ||
| azure.go | ||
| azure_test.go | ||
| config.go | ||
| config_test.go | ||