snowflake/common/version/combined.go
Shelikhoo 33248f3dec
Add Version Output Support to Snowflake
From now on, there will be a file at common/version/version.go that includes current version number.
2022-11-23 12:29:51 +00:00

5 lines
100 B
Go

package version
func ConstructResult() string {
return GetVersion() + "\n" + GetVersionDetail()
}