Versions in this module Expand all Collapse all v0 v0.1.1 Jan 14, 2014 v0.1.0 Jan 10, 2014 Changes in this version + func ByteToString(b byte) string + func CompareBytes(a, b byte, operator string) bool + func CompareWords(a, b uint16, operator string) bool + func Exists(path string) (bool, error) + func JoinBytes(hob, lob byte) uint16 + func PadRight(s string, maxLen int, padStr string) string + func SplitIntoBytes(bb uint16) (byte, byte) + func StringToByte(s string) (byte, error) + func StringToWord(s string) (uint16, error) + func SwapNibbles(a byte) byte