mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-21 01:53:23 +00:00
gofmt version.go
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ const RTTYS_VERSION_MINOR = 8
|
||||
const RTTYS_VERSION_PATCH = 1
|
||||
|
||||
func rttys_version() string {
|
||||
return fmt.Sprintf("%d.%d.%d", RTTYS_VERSION_MAJOR, RTTYS_VERSION_MINOR, RTTYS_VERSION_PATCH)
|
||||
return fmt.Sprintf("%d.%d.%d", RTTYS_VERSION_MAJOR, RTTYS_VERSION_MINOR, RTTYS_VERSION_PATCH)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user