mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 15:31:24 +02:00
added package version api, dependencies upgrade
This commit is contained in:
7
pkg/version.go
Normal file
7
pkg/version.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package pkg
|
||||
|
||||
var version = "unset"
|
||||
|
||||
func GetVersion() string {
|
||||
return version
|
||||
}
|
||||
Reference in New Issue
Block a user