package
0.0.9
Repository: https://github.com/herry2038/go-mysqlstack.git
Documentation: pkg.go.dev

# Functions

BytesToString casts slice to string without copy.
NewBuffer creates a new buffer.
NewHashTable create hash table.
ReadBuffer used to read buffer from datas.
StringToBytes casts string to slice without copy.

# Variables

ErrIOEOF used for io.EOF.

# Structs

Buffer represents the buffer tuple.
HashTable the hash table.

# Type aliases

Iterator used to iterate the HashTable.