Open pboothe opened 5 years ago
The right solution is to define the datatypes in their own package (like bytecount
is) but to create the methods flagx.ByteCount
and flagx.ByteCountVar
in the flagx
package. This means that we need to create those methods for bytecount
, and we need to move FileBytes
to a filebytes
package and then create those two methods for it as well.
Do we want to unify them, so code would look like:
instead of the two-stage init that they currently require?