gohtml icon indicating copy to clipboard operation
gohtml copied to clipboard

provide an interface to access the Byte buffer so we can pass in an io.Writer instead of just getting a string copy out

Open gaspardleon opened this issue 5 months ago • 0 comments

you provide a .Format(string) and .Format([]bytes) which both return string and []bytes respectively...

but no way to pass in an io.Writer to write the bytes or string to, and no way to write the bytes or string into the underlying buffer...

gaspardleon avatar Sep 02 '24 10:09 gaspardleon