Fixed lint suggestions
the build was successful Details

This commit is contained in:
konrad 2018-01-09 12:18:44 +01:00 committed by kolaente
parent 5bf2e4ea70
commit ece8699693
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -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() {