Skip to content

Commit bf0d24f

Browse files
committed
Enable goimports linter
1 parent d317c88 commit bf0d24f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: "2"
2+
linters:
3+
default: standard
4+
formatters:
5+
default: standard
6+
enable:
7+
- goimports

0 commit comments

Comments
 (0)