The gox
module is a minimalistic, lightweigt extension to Go.
It contains constants, helpers and utilities which could have been part of Go itself.
gox
: functions which could have been builtin, reasonable to "dot-import" this packagefmtx
: formatting utilities, complement to the standardfmt
package.i18n
: internationalization utilities.imagex/colorx
: color utilities, complement to the standardimage/color
package.mathx
: math utilities, complement to the standardmath
package.mathx/randx
: random-related utilities, complement to the standardmath/rand
package.netx/httpx
: HTTP utilities, complement to the standardnet/http
package.osx
: operating system utilities, complement to the standardos
package.slicesx
: slice utilities, complement to the standardslices
package.stringsx
: string utilities, complement to the standardstrings
package.timex
: time and duration related calculations and utilities, complement to the standardtime
package.