mirror of
https://git.mills.io/prologic/zs.git
synced 2026-06-08 15:59:14 -04:00
Add feedback on what port zs serve listening on
This commit is contained in:
@@ -48,3 +48,8 @@ func FullVersion() string {
|
||||
|
||||
return sb.String()
|
||||
}
|
||||
|
||||
// ShortVersion display the short version and build
|
||||
func ShortVersion() string {
|
||||
return fmt.Sprintf("%s@%s", Version, Commit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user