gohtml
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
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...