This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
Cloudreve
mirror of
https://github.com/cloudreve/Cloudreve
Watch
1
Star
0
Fork
You've already forked Cloudreve
0
Code
Issues
Releases
Wiki
Activity
master
Cloudreve
/
application
/
constants
/
size.go
9 lines
85 B
Go
Raw
Permalink
Blame
History
package
constants
const
(
MB
=
1
<<
20
GB
=
1
<<
30
TB
=
1
<<
40
PB
=
1
<<
50
)
Reference in New Issue
View Git Blame
Copy Permalink