Initial commit
This commit is contained in:
15
internal/app/meta.go
Normal file
15
internal/app/meta.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package app
|
||||
|
||||
// Version is the version of the application
|
||||
const Version = "0.0.1"
|
||||
|
||||
const (
|
||||
// App is the name of the application
|
||||
Name = "app"
|
||||
|
||||
// DescriptionShort short description of the app
|
||||
DescriptionShort = Name + " description"
|
||||
|
||||
// DescriptionLong long description of the app
|
||||
DescriptionLong = Name + " v" + Version
|
||||
)
|
||||
Reference in New Issue
Block a user