From ece86996937475bc0364a6b851d59711cf8dcaa1 Mon Sep 17 00:00:00 2001 From: konrad Date: Tue, 9 Jan 2018 12:18:44 +0100 Subject: [PATCH] Fixed lint suggestions --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 20e61cd..34fb71d 100644 --- a/main.go +++ b/main.go @@ -17,8 +17,8 @@ type UserLogin struct { Password string `json:"password" form:"password"` } -// Set the version -var Version string = "1.0" +// Version sets the version to be printed to the user. Gets overwritten by "make release" or "make build" with last git commit or tag. +var Version = "1.0" func main() {