diff options
Diffstat (limited to 'system/api/server.go')
-rw-r--r-- | system/api/server.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/api/server.go b/system/api/server.go index 823ec16..f31a748 100644 --- a/system/api/server.go +++ b/system/api/server.go @@ -1,8 +1,6 @@ package api -import ( - "net/http" -) +import "net/http" // Run adds Handlers to default http listener for API func Run() { |