Skip to content

Commit d887f02

Browse files
authored
Merge pull request #2 from NETWAYS/chore/fix-lint
Fix import style
2 parents e26ecbc + be4f684 commit d887f02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ run:
88
linters:
99
enable-all: true
1010
disable:
11-
- goimports # TODO Remove this one
1211
- cyclop
1312
- depguard
1413
- exhaustivestruct

internal/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"net/url"
99
"time"
1010

11-
"github.com/NETWAYS/check_influxdb/internal/api"
11+
influxdb "github.com/NETWAYS/check_influxdb/internal/api"
1212
)
1313

1414
// Client is a small wrapper for HTTP connections,

0 commit comments

Comments
 (0)