all
This commit is contained in:
5
Downloads/Voltaserve/api/helper/unit.go
Normal file
5
Downloads/Voltaserve/api/helper/unit.go
Normal file
@ -0,0 +1,5 @@
|
||||
package helper
|
||||
|
||||
func MegabyteToByte(mb int) int64 {
|
||||
return int64(mb) * 1000000
|
||||
}
|
Reference in New Issue
Block a user