diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 18:19:45 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 18:19:45 +0100 |
| commit | 2da03b735517a034a5b369550036c853a7dad819 (patch) | |
| tree | 2c039dd46b43395d60a2fa8159886596f4ef6286 /cli | |
| parent | 40053552852cf8c27fe7658b64df001d65b0a65e (diff) | |
Run gofumpt
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/main.go b/cli/main.go index b9c3bf8..ddcb001 100644 --- a/cli/main.go +++ b/cli/main.go @@ -2,10 +2,11 @@ package main import ( "flag" - eduvpn "github.com/jwijenbergh/eduvpn-common/src" "log" "os/exec" "strings" + + eduvpn "github.com/jwijenbergh/eduvpn-common/src" ) func openBrowser(urlString string) { |
