2d string buffering for Go
Go to file
milarin 5189fad815 fixed offset calculation in WriteString 2023-07-10 20:25:19 +02:00
README.md Initial commit 2021-12-11 16:24:23 +00:00
buffer.go Offset introduced 2022-05-04 18:06:24 +02:00
buffer_test.go OffsetX and OffsetY introduced 2022-05-04 18:02:42 +02:00
go.mod fixed offset calculation in WriteString 2023-07-10 20:25:19 +02:00
go.sum fixed offset calculation in WriteString 2023-07-10 20:25:19 +02:00
utils.go implemented generic buffer 2022-03-31 12:37:35 +02:00
write_string.go fixed offset calculation in WriteString 2023-07-10 20:25:19 +02:00

README.md

buf2d

2d string buffering for Go