Skip to content

Commit d3e2973

Browse files
committed
Fix lint
1 parent d2974c0 commit d3e2973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/storage/storage.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import (
1414
)
1515

1616
var (
17-
ErrUrlNotSupported = errors.New("url method not supported")
17+
// ErrURLNotSupported represents url is not supported
18+
ErrURLNotSupported = errors.New("url method not supported")
1819
)
1920

2021
// ObjectStorage represents an object storage to handle a bucket and files

0 commit comments

Comments
 (0)