SVNからのミラー
This commit is contained in:
12
common/common.go
Normal file
12
common/common.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package common
|
||||
|
||||
var sofname = "hozonsite"
|
||||
var version = "1.3.0"
|
||||
|
||||
func GetSofname() string {
|
||||
return sofname
|
||||
}
|
||||
|
||||
func GetVersion() string {
|
||||
return version
|
||||
}
|
||||
Reference in New Issue
Block a user