gox
gox copied to clipboard
Minimalistic extension to Go. It means to be a complement to the standard library.
gox
This module is in beta phase.
The gox module is a minimalistic, lightweigt extension to Go.
It contains constants, helpers and utilities which could have been part of Go itself.
Module structure
gox: functions and types 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.stringsx: string utilities, complement to the standardstringspackage.timex: time and duration related calculations and utilities, complement to the standardtimepackage.