mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
cdd704920d
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_test.go | ||
azure.go | ||
config_test.go | ||
config.go |