pkgdash/config/variables.go
2023-08-07 21:33:27 +03:00

7 lines
78 B
Go

package config
var (
ServiceName = "pkgdash"
ServiceVersion = "0.0.1"
)