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 /src/api.go | |
| parent | 40053552852cf8c27fe7658b64df001d65b0a65e (diff) | |
Run gofumpt
Diffstat (limited to 'src/api.go')
| -rw-r--r-- | src/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ package eduvpn import ( - "fmt" "encoding/json" + "fmt" "net/http" "net/url" ) |
