From d03f5c5a7f61fccae01acc098200ac7a84877a93 Mon Sep 17 00:00:00 2001 From: alessio Date: Tue, 30 Aug 2016 19:44:26 +0200 Subject: [PATCH] bug fix, custom path released #17 fixed --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5e2a0b7..43abbe6 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" r "github.com/tockins/realize/realize" - _ "github.com/tockins/realize/server" + //_ "github.com/tockins/realize/server" "gopkg.in/urfave/cli.v2" "log" "os"