Skip to content

Commit

Permalink
fix import path in golangci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Sep 23, 2024
1 parent cda0d17 commit 7439768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ linters-settings:
range-loops: true # Report preallocation suggestions on range loops, true by default
for-loops: false # Report preallocation suggestions on for loops, false by default
goimports:
local-prefixes: github.com/skycoin/skywire
local-prefixes: github.com/skycoin/skywire-services


linters:
Expand Down

0 comments on commit 7439768

Please sign in to comment.