Documentation
¶
Overview ¶
Command bitstringer generates String methods for bit-mask types.
bitstringer is like the stringer tool, but for bit-mask types. See go doc stringer for details.
bitstringer adds one flag, -strip, which specifies a prefix to strip from stringified-constants. For bit-mask types in particular, this can make the string representation much shorter, at the expense of not being unambiguous and syntactically valid Go code.
Click to show internal directories.
Click to hide internal directories.