Documentation ¶
Index ¶
- Constants
- Variables
- func Bzero(buf []byte) error
- func CloneBytes(b []byte) []byte
- func Concat(slices [][]byte) ([]byte, error)
- func ConcatUnsafe(slices [][]byte) []byte
- func MaxInt(a int, b int) int
- func MaxUint64(a uint64, b uint64) uint64
- func MinInt(a, b int) int
- func Shuffle(src []interface{}) ([]interface{}, error)
- func Uint64Minus(a uint64, b uint64) uint64
Constants ¶
Variables ¶
View Source
var ( ErrShutdown = errors.New("shutdown") ErrBusy = errors.New("running same function") )
Functions ¶
func CloneBytes ¶
func ConcatUnsafe ¶
func Uint64Minus ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.