Versions in this module Expand all Collapse all v0 v0.0.0 Sep 23, 2018 Changes in this version + var Dbg = NewDebug() + var StringCodingTypes = []string + type Array interface + Elem func(int) interface{} + Len func() int + SetElem func(int, interface{}) interface{} + type Buffer interface + Array func() Array + Buf func() interface{} + Coding func() Coding + Copy func(interface{}) Buffer + Free func() Buffer + Len func() int + Link func(Buffer) Buffer + Null func() Buffer + OfLen func(int) Buffer + Rand func(...int) Buffer + Status func() Status + String func() (S string) + type Coding interface + Get func() string + List func() []string + Set func(string) Coding + type Debug struct + func NewDebug() *Debug + func (r *Debug) Disable() interface{} + func (r *Debug) Enable() interface{} + func (r *Debug) Enabled() bool + func (r *Debug) Print(s ...interface{}) interface{} + type ErrorStatus struct + Err error + func (r *ErrorStatus) Error() string + func (r *ErrorStatus) Set(s ...interface{}) interface{} + func (r *ErrorStatus) Unset() interface{} + type Status interface + Error func() string + Set func(...interface{}) interface{} + Unset func() interface{} + type StringCoding int + func (r StringCoding) Get() string + func (r StringCoding) List() (R []string) + func (r StringCoding) Set(s string) Coding