This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
seaweedfs
Watch
1
Star
0
Fork
0
You've already forked seaweedfs
mirror of
https://github.com/seaweedfs/seaweedfs.git
synced
2024-11-24 02:59:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ea93d21641
seaweedfs
/
weed
/
util
/
constants.go
10 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
1. adding statistics reporting 2. refactor version to util package
2014-03-26 04:46:59 +08:00
package
util
add large disk support
2019-04-09 13:32:42 +08:00
import
(
"fmt"
)
var
(
1.79 fix compilation problem
2020-05-19 23:21:51 +08:00
VERSION
=
fmt
.
Sprintf
(
"%s %d.%d"
,
sizeLimit
,
1
,
79
)
1. adding statistics reporting 2. refactor version to util package
2014-03-26 04:46:59 +08:00
)
Reference in New Issue
Copy Permalink