From now on, there will be a file at common/version/version.go that includes current version number.
5 linhas
100 B
Go
5 linhas
100 B
Go
package version
|
|
|
|
func ConstructResult() string {
|
|
return GetVersion() + "\n" + GetVersionDetail()
|
|
}
|