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/wireguard.go | |
| parent | 40053552852cf8c27fe7658b64df001d65b0a65e (diff) | |
Run gofumpt
Diffstat (limited to 'src/wireguard.go')
| -rw-r--r-- | src/wireguard.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wireguard.go b/src/wireguard.go index 96e7547..b701b1d 100644 --- a/src/wireguard.go +++ b/src/wireguard.go @@ -2,8 +2,9 @@ package eduvpn import ( "fmt" - "golang.zx2c4.com/wireguard/wgctrl/wgtypes" "regexp" + + "golang.zx2c4.com/wireguard/wgctrl/wgtypes" ) func wireguardGenerateKey() (wgtypes.Key, error) { |
