Documentation ¶
Index ¶
- func IsFileExist(filepath string) (bool, error)
- func ParseUint(str string, bitSize int) (uint64, error)
- func PrefixStringPerLine(w io.Writer, lines, prefixStr string)
- func PrintStringMismatch(result, original []byte, debug bool)
- func ReadLine(r *bufio.Reader) (string, error)
- func SaveToFile(data []byte, filename string) error
- func Trace(w io.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFileExist ¶
func ParseUint ¶
ParseUint like strconv.ParseUnit, but it recognize binary string like "0b0101" and parse it. 10 and 16 base is OK.
func PrefixStringPerLine ¶
func PrintStringMismatch ¶
func SaveToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.