Documentation
¶
Overview ¶
Package types defines fundamental web types such as ByteString
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteStringsToStrings ¶
func ByteStringsToStrings(s []ByteString) []string
Types ¶
type ByteString ¶
type ByteString string
ByteString is a sequence of printable ASCII characters. This includes characters in the range 0x20-0x7E.
func ToByteString ¶
func ToByteString(s string) (ByteString, error)
func (ByteString) ToLower ¶
func (b ByteString) ToLower() ByteString
Click to show internal directories.
Click to hide internal directories.