package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

NewReader creates a stringtab.Reader to read the contents of a string table from 'r'.

# Structs

Reader is a helper for reading a string table previously serialized by a Writer.Write call.
Writer implements a string table writing utility.