mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 16:17:58 +08:00
go fmt
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
|
||||
var (
|
||||
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79)
|
||||
COMMIT = ""
|
||||
COMMIT = ""
|
||||
)
|
||||
|
||||
func Version() string {
|
||||
return VERSION + " " + COMMIT
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user