Documentation ¶
Index ¶
- Variables
- func CalcCrc32(data []byte) uint32
- func Check(e error)
- func Crc32Fmt(crc32 uint32) string
- func DateString() string
- func FileRead(f *os.File, b []byte)
- func FileReadAt(f *os.File, b []byte, off int64)
- func FileSeek(f *os.File, offset int64, whence int)
- func FileWrite(f *os.File, b []byte)
- func FileWriteAt(f *os.File, b []byte, off int64)
- func FileWriteString(f *os.File, s string)
- func Pack2Hash(data []byte) uint64
- func ReadUInt32B(r io.Reader, i *uint32)
- func ReadUInt32L(r io.Reader, i *uint32)
- func ReadUInt64B(r io.Reader, i *uint64)
- func ReadUInt64L(r io.Reader, i *uint64)
- func StringInSlice(a string, list []string) bool
- func TakeInput() (output string)
- func Tell(f *os.File) int64
- func WriteUInt32B(w io.Writer, i uint32)
- func WriteUInt32L(w io.Writer, i uint32)
- func WriteUInt64B(w io.Writer, i uint64)
- func WriteUInt64L(w io.Writer, i uint64)
- type HashName
Constants ¶
This section is empty.
Variables ¶
View Source
var Pack2HashTable = crc64.Table{}/* 256 elements not displayed */
Functions ¶
func DateString ¶
func DateString() string
func FileWriteString ¶
func StringInSlice ¶
func WriteUInt32B ¶
func WriteUInt32L ¶
func WriteUInt64B ¶
func WriteUInt64L ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.