combined.go 100 B

123456
  1. package version
  2. func ConstructResult() string {
  3. return GetVersion() + "\n" + GetVersionDetail()
  4. }