From a5c340594075b638d3f978166a1bb3369fbe317a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 8 Sep 2018 15:31:05 -0700 Subject: [PATCH] random package removed --- handlers/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/handlers.go b/handlers/handlers.go index 59fafe7a..6d34f9ff 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -16,8 +16,8 @@ package handlers import ( + "encoding/json" "fmt" - "github.com/gin-gonic/gin/json" "github.com/gorilla/sessions" "github.com/hunterlong/statup/core" "github.com/hunterlong/statup/source"