Versions in this module Expand all Collapse all v1 v1.1.0 Nov 2, 2015 Changes in this version + var ErrBadDataURI = errors.New("not a data URI") + func Copy(src []byte) (dst []byte) + func DataURI(dataURI []byte) ([]byte, []byte, error) + func Dimension(b []byte) (int, int) + func Equal(s, target []byte) bool + func EqualFold(s, targetLower []byte) bool + func Float(b []byte) (float64, bool) + func Int(b []byte) (int64, bool) + func IsAllWhitespace(b []byte) bool + func IsWhitespace(c byte) bool + func Number(b []byte) int + func QuoteEntity(b []byte) (quote byte, n int) + func ReplaceMultipleWhitespace(b []byte) []byte + func ToLower(src []byte) []byte + func Trim(b []byte, f func(byte) bool) []byte