diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-13 13:44:07 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-13 13:44:07 +0200 |
| commit | badac4c8dec6be7a798e891281221f7830305c88 (patch) | |
| tree | a786fbd59cf9eab7ac8389ced8954859cc433fc4 /internal/server/custom.go | |
| parent | adf59e8c6cdaf050ef9cf09301111e7429ec0c37 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/server/custom.go')
| -rw-r--r-- | internal/server/custom.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/server/custom.go b/internal/server/custom.go index 4d3c91c..feda1f3 100644 --- a/internal/server/custom.go +++ b/internal/server/custom.go @@ -3,6 +3,7 @@ package server import ( "errors" "fmt" + "github.com/eduvpn/eduvpn-common/types" ) |
