package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

NewStrBuffer new a defined buffed string writer with passed io.writer.

# Structs

StrBuffer is a basic wrapper bufio.Writer while override its WriteString func.

# Interfaces

StrBufferWriter is interface facilitate quick writing string regardless of error handling and written len.