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 --- website.go | 1 + 1 file changed, 1 insertion(+) (limited to 'website.go') diff --git a/website.go b/website.go index 3cc30fc..96291f8 100644 --- a/website.go +++ b/website.go @@ -4,6 +4,7 @@ import ( "fmt" "html/template" "io/ioutil" + "math/rand" "net/http" "os" "path" -- cgit