//
pkg.gl
Category
github.com/shogo82148/std
internal
coverage
stringtab
package
1.23.0
Repository:
https://github.com/shogo82148/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
4
Files
24 SLOC
#
Functions
NewReader
NewReader creates a stringtab.Reader to read the contents of a string table from 'r'.
#
Structs
Reader
Reader is a helper for reading a string table previously serialized by a Writer.Write call.
Writer
Writer implements a string table writing utility.