This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
seaweedfs
mirror of
https://github.com/seaweedfs/seaweedfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
3148
Commits
37
Branches
297
Tags
165 MiB
Go
88.7%
Java
10%
HTML
0.7%
Makefile
0.3%
Shell
0.2%
Tree:
2cc8e2ea3a
seaweedfs
/
weed
/
util
/
constants.go
9 lines
94 B
Raw
Blame
History
package
util
import
(
"fmt"
)
var
(
VERSION
=
fmt
.
Sprintf
(
"%s %d.%d"
,
sizeLimit
,
1
,
61
)
)
Reference in new issue