bitbucket.org/Aishee/synsec@v0.0.0-20210414005726-236fc01a153d/cmd/synsec/utils.go (about)

     1  package main
     2  
     3  func bToMb(b uint64) uint64 {
     4  	return b / 1024 / 1024
     5  }