From a80ff9d7cb2ac58d96e40e60ac1a005b5c7ba0a6 Mon Sep 17 00:00:00 2001 From: Sergey Fedchenko Date: Sat, 5 Sep 2015 13:41:50 +0600 Subject: [PATCH] set rigth path to comments.json --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 146192d1..1a356ef8 100644 --- a/server.go +++ b/server.go @@ -29,7 +29,7 @@ type comment struct { Text string `json:"text"` } -const dataFile = "./comments.json" +const dataFile = "./public/comments.json" var commentMutex = new(sync.Mutex)