aboutsummaryrefslogtreecommitdiff
path: root/http_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_server.go')
-rw-r--r--http_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_server.go b/http_server.go
index e769ace..917d68c 100644
--- a/http_server.go
+++ b/http_server.go
@@ -4,8 +4,8 @@ import (
"errors"
"fmt"
"net/http"
- "strings"
"strconv"
+ "strings"
)
type http_router_t struct{}