diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-07-24 17:01:28 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-07-30 09:36:45 +0200 |
| commit | 718369ba29ca7c8ed623e2f22f3c37badd5dee89 (patch) | |
| tree | f3e812a05d8e184bad97bd975623fdde52d6884b | |
| parent | 552a671fa8b5546a00bb69654043d48822fd51ce (diff) | |
Format: Run Gofumpt
| -rw-r--r-- | internal/discovery/discovery.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go index fedddca..dc4c51e 100644 --- a/internal/discovery/discovery.go +++ b/internal/discovery/discovery.go @@ -5,8 +5,8 @@ import ( "context" "encoding/json" "errors" - "net/http" "fmt" + "net/http" "time" httpw "github.com/eduvpn/eduvpn-common/internal/http" |
