diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-12 13:30:18 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-12 13:39:21 +0100 |
| commit | 3263a6fb3719148358ce11b3c744508451d6e1a6 (patch) | |
| tree | d9661922d9522eff4051db816036cda88aefe6ac /internal/log | |
| parent | 7aca778d6433373b5c65d4172b28a4461239e3f8 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/log')
| -rw-r--r-- | internal/log/log.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/log/log.go b/internal/log/log.go index 68313f7..101c112 100644 --- a/internal/log/log.go +++ b/internal/log/log.go @@ -3,12 +3,13 @@ package log import ( "fmt" - "github.com/eduvpn/eduvpn-common/internal/oauth" "io" "log" "os" "path" + "github.com/eduvpn/eduvpn-common/internal/oauth" + "github.com/eduvpn/eduvpn-common/internal/util" "github.com/go-errors/errors" ) |
