diff options
Diffstat (limited to 'http/systemd_linux.go')
-rw-r--r-- | http/systemd_linux.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/http/systemd_linux.go b/http/systemd_linux.go index 817b421..9b52bd6 100644 --- a/http/systemd_linux.go +++ b/http/systemd_linux.go @@ -4,7 +4,6 @@ package http import ( "fmt" - "net" "os" "strconv" @@ -57,5 +56,3 @@ func getSystemdListeners() (Listeners, error) { return lns, nil } - - |