From eceb349d514e85e44ff0df6e0a2b1820356e262a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 24 Mar 2016 00:08:09 +0100 Subject: Make lint happy --- goxyctl/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/goxyctl/main.go b/goxyctl/main.go index ee6978b..11ef2aa 100644 --- a/goxyctl/main.go +++ b/goxyctl/main.go @@ -16,6 +16,7 @@ var ( remove = flag.Bool("remove", false, "Remove Server") ) +// Entry contains routing settings type Entry struct { ServerName string Upstream string -- cgit v1.2.3