From 6690f6a70eb319c1156f8a1bb7465e048567580a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 21 Nov 2017 19:37:47 -0800 Subject: Add bookmarklet --- config/config.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index 42fb209..fb462f8 100644 --- a/config/config.go +++ b/config/config.go @@ -9,6 +9,10 @@ import ( "strconv" ) +const ( + DefaultBaseURL = "http://localhost" +) + type Config struct { } -- cgit v1.2.3