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