feat: project scaffold, version command, build
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Package version holds the build version string.
|
||||
package version
|
||||
|
||||
// String is the emcli version. Overridden at release via -ldflags.
|
||||
var String = "v0.1.0-dev"
|
||||
Reference in New Issue
Block a user