diff options
Diffstat (limited to 'handle_category_index.go')
-rw-r--r-- | handle_category_index.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle_category_index.go b/handle_category_index.go index 953557a..d81899a 100644 --- a/handle_category_index.go +++ b/handle_category_index.go @@ -2,8 +2,8 @@ package main import ( "net/http" - "path/filepath" "os" + "path/filepath" "strings" ) |