Initial logic is implemented
This commit is contained in:
11
internal/build/build.go
Normal file
11
internal/build/build.go
Normal file
@ -0,0 +1,11 @@
|
||||
package build
|
||||
|
||||
/*
|
||||
* Build time variables, if you don't want to use Makefile for building,
|
||||
* you still might have a look at to see how they should be configured
|
||||
*/
|
||||
var (
|
||||
Version = "dev-0.0.0"
|
||||
CommitHash = "n/a"
|
||||
BuildTime = "n/a"
|
||||
)
|
Reference in New Issue
Block a user