Versions in this module Expand all Collapse all v0 v0.0.2 Nov 4, 2016 Changes in this version + func GetoptVersionAndHelp(version string, usage string) + func IoAccept(listener net.Listener) (net.Conn, error) + func UseSyslogOrDie(progname string) v0.0.1 Oct 28, 2016 Changes in this version + const IoTimeout + func InitLogger() + func InitRng() + func IoFlush(conn net.Conn, writer *bufio.Writer) error + func IoReadFull(conn net.Conn, reader io.Reader, data []byte) (int, error) + func IoWrite(conn net.Conn, writer io.Writer, data []byte) (int, error) + func IoWriteByte(conn net.Conn, writer *bufio.Writer, data byte) error + func IoWriteString(conn net.Conn, writer *bufio.Writer, data string) (int, error) + func RandAsciiRemainder(n int) []byte + func RandByteMaskingImproved(n int) []byte + func UseSyslog() error