Documentation ¶
Index ¶
- Variables
- func Bytes(s string) []byte
- func CamelCased(s string) string
- func IsLower(c byte) bool
- func IsUpper(c byte) bool
- func MakeSliceNextElemFunc(v reflect.Value) func() reflect.Value
- func ParseTime(s string) (time.Time, error)
- func String(b []byte) string
- func ToExported(s string) string
- func ToLower(c byte) byte
- func ToUpper(c byte) byte
- func Underscore(s string) string
- func Unwrap(err error) error
- type Flag
- type HexEncoder
- type Logging
- type MapKey
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CamelCased ¶
func ToExported ¶
func Underscore ¶
Underscore converts "CamelCasedString" to "camel_cased_string".
Types ¶
type HexEncoder ¶
type HexEncoder struct {
// contains filtered or unexported fields
}
func NewHexEncoder ¶
func NewHexEncoder(b []byte) *HexEncoder
func (*HexEncoder) Bytes ¶
func (enc *HexEncoder) Bytes() []byte
func (*HexEncoder) Close ¶
func (enc *HexEncoder) Close() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.