From 28628bb02221c63363144904d9966cf9fc8146f4 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 30 Mar 2015 18:32:48 +0200 Subject: Fix stupid bug. --- handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handler.go b/handler.go index 052c8ef..076c806 100644 --- a/handler.go +++ b/handler.go @@ -4,6 +4,7 @@ import ( "encoding/json" "log" "net/http" + "os" ) func IndexHandler(w http.ResponseWriter, r *http.Request) { -- cgit v1.2.3