From 062d8e6a2d0da35d29b742a6970a9268b517f20c Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 16 Jun 2016 20:40:18 +0200 Subject: Fix imports in api.go and website.go --- api.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'api.go') diff --git a/api.go b/api.go index 2fc4197..1fe7f0a 100644 --- a/api.go +++ b/api.go @@ -7,8 +7,6 @@ import ( "encoding/json" "fmt" "io" - "io/ioutil" - "math/rand" "mime" "net/http" "os" -- cgit