aboutsummaryrefslogtreecommitdiff
path: root/strconv.go
diff options
context:
space:
mode:
Diffstat (limited to 'strconv.go')
-rw-r--r--strconv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/strconv.go b/strconv.go
index 14c0c27..63cbffc 100644
--- a/strconv.go
+++ b/strconv.go
@@ -2,9 +2,9 @@ package koushin
import (
"fmt"
+ "net/url"
"strconv"
"strings"
- "net/url"
)
func parseUid(s string) (uint32, error) {