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 standardfmtpackage.i18n: internationalization utilities.imagex/colorx: color utilities, complement to the standardimage/colorpackage.mathx: math utilities, complement to the standardmathpackage.mathx/randx: random-related utilities, complement to the standardmath/randpackage.netx/httpx: HTTP utilities, complement to the standardnet/httppackage.osx: operating system utilities, complement to the standardospackage.slicesx: slice utilities, complement to the standardslicespackage.stringsx: string utilities, complement to the standardstringspackage.timex: time and duration related calculations and utilities, complement to the standardtimepackage.