Add: the initial project structure. Add: root command and a `version` command that print the version string of the app.
3 lines
43 B
Go
3 lines
43 B
Go
package app
|
|
|
|
const Version string = "0.0.1" |