Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewByteReaderFromString ¶
func NewByteReaderFromString(value string) io.ByteReader
NewByteReaderFromString returns a new io.ByteReader from a string.
Example usage:
var s string = "ONCE 🙂 TWICE 🙂 THRICE 🙂 FOURCE" var byteReader io.ByteReader = bytereader.NewByteReaderFromString(s)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.