a simple, fast, byte buffer with access to the underlying byte slice
This repository has been archived on 2022-04-22. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
kim 5ac64a47a2 first commit
Signed-off-by: kim <grufwub@gmail.com>
2022-04-22 22:53:56 +01:00
buffer.go first commit 2022-04-22 22:53:56 +01:00
buffer_test.go first commit 2022-04-22 22:53:56 +01:00
go.mod first commit 2022-04-22 22:53:56 +01:00
LICENSE first commit 2022-04-22 22:53:56 +01:00
README.md first commit 2022-04-22 22:53:56 +01:00

go-buf

This library provides a simple, fast, byte buffer with access to the underlying byte slice.