[BACKEND] Initialize Go backend structure and dependencies (#23)
This commit is contained in:
8
server/version.go
Normal file
8
server/version.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
// Version is set at build time via:
|
||||
//
|
||||
// go build -ldflags "-X main.Version=$(cat VERSION)"
|
||||
//
|
||||
// Falls back to "dev" for local builds without ldflags.
|
||||
var Version = "dev"
|
||||
Reference in New Issue
Block a user