diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-07 15:41:16 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-07 15:41:16 +0200 |
| commit | 7d67ce7f6a15970677b7d0b8f4912fe379862515 (patch) | |
| tree | 62df25f68432308c048ffd8029bbe896f5fa4845 /internal/util | |
| parent | 1865b016d0cca74cd3703db5a3b4217917988dec (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/util')
| -rw-r--r-- | internal/util/util.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/util/util.go b/internal/util/util.go index 30767c3..f77d34c 100644 --- a/internal/util/util.go +++ b/internal/util/util.go @@ -3,12 +3,11 @@ package util import ( "crypto/rand" "fmt" + "net/url" "os" "strings" "time" - "net/url" - "github.com/jwijenbergh/eduvpn-common/internal/types" ) |
