Documentation
¶
Index ¶
- Constants
- func GetoptVersionAndHelp(version string, usage string)
- func InitLogger()
- func InitRng()
- func IoAccept(listener net.Listener) (net.Conn, error)
- 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(progname string) error
- func UseSyslogOrDie(progname string)
Constants ¶
View Source
const IoTimeout = 10.0 * time.Second
Variables ¶
This section is empty.
Functions ¶
func GetoptVersionAndHelp ¶ added in v0.0.2
func InitLogger ¶
func InitLogger()
func IoWriteString ¶
func RandAsciiRemainder ¶
func RandByteMaskingImproved ¶
func UseSyslogOrDie ¶ added in v0.0.2
func UseSyslogOrDie(progname string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.