Update local-prefixes in golangci configuration

cognitive committed Jan 27, 2026 at 21:14 UTC 5f7620d327f56ff5894a5dd537ba38cf7de43b12
1 file changed +1 -1
.golangci.yml
+1 -1
@@ -10,7 +10,7 @@ formatters:
10 settings:
11 goimports:
12 local-prefixes:
13 - - github.com/gosuda
13 + - gosuda.org
14
15 linters:
16 default: standard