github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/utils/binstat/binstat_bins.go (about)

     1  package binstat
     2  
     3  const (
     4  	BinNet    = "~3net"
     5  	BinStdmap = "~6stdmap"
     6  	BinMakeID = "~6MakeID"
     7  )