Files
mygo.server/internal/app/version.go
Huxley bc38ab4ffb Init commit.
Add: the initial project structure.

Add: root command and a `version` command that print the version string of the app.
2025-06-22 22:05:46 +08:00

3 lines
43 B
Go

package app
const Version string = "0.0.1"