From be4f684de6b89e6c386a22cd0c4e6e1110a851e2 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Mon, 18 Sep 2023 09:00:29 +0200 Subject: [PATCH] Fix import style --- .golangci.yml | 1 - internal/client/client.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index e46cb5e..4113c50 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,7 +8,6 @@ run: linters: enable-all: true disable: - - goimports # TODO Remove this one - cyclop - depguard - exhaustivestruct diff --git a/internal/client/client.go b/internal/client/client.go index d3ff246..b65dc07 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -8,7 +8,7 @@ import ( "net/url" "time" - "github.com/NETWAYS/check_influxdb/internal/api" + influxdb "github.com/NETWAYS/check_influxdb/internal/api" ) // Client is a small wrapper for HTTP connections,