//
pkg.gl
Category
github.com/libtsdb/libtsdb-go
libtsdb
util
bytesutil
package
0.0.1
Repository:
https://github.com/libtsdb/libtsdb-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
5
Files
23 SLOC
#
Functions
ReadCloser
No description provided by the author
#
Structs
Buffer
Buffer is a dump struct that wraps around a byte slice, it does not handle grow like bytes.Buffer but it can be used directly with Append* style function which requires a byte slice directly.