v1.9.0
IMPROVED: * Removed *BROKEN* dep. lrn2fixurshitk
This commit is contained in:
13
auger/funcs_includeopt.go
Normal file
13
auger/funcs_includeopt.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package auger
|
||||
|
||||
import (
|
||||
`r00t2.io/goutils/bitmask`
|
||||
)
|
||||
|
||||
// toMb returns a bitmask.MaskBit of this includeOpt.
|
||||
func (i includeOpt) toMb() (mb bitmask.MaskBit) {
|
||||
|
||||
mb = bitmask.MaskBit(i)
|
||||
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user