Skip to content

Commit 4544829

Browse files
committed
Configure linter 'goimports'
1 parent 4ccac33 commit 4544829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ linters:
1616
- whitespace
1717

1818
linters-settings:
19+
goimports:
20+
local-prefixes: github.com/xorcare/testing-go-code-with-postgres
1921
unused:
2022
field-writes-are-uses: false
2123
post-statements-are-reads: true

0 commit comments

Comments
 (0)