- Notifications
You must be signed in to change notification settings - Fork13
Minimalistic extension to Go. It means to be a complement to the standard library.
License
NotificationsYou must be signed in to change notification settings
icza/gox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Thegox
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.
About
Minimalistic extension to Go. It means to be a complement to the standard library.