Skip to content
/ gox Public

Minimalistic extension to Go. It means to be a complement to the standard library.

License

Notifications You must be signed in to change notification settings

icza/gox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gox

Build Status GoDoc Go Report Card

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 which could have been builtin, reasonable to "dot-import" this package
  • fmtx: formatting utilities, complement to the standard fmt package.
  • i18n: internationalization utilities.
  • imagex/colorx: color utilities, complement to the standard image/color package.
  • mathx: math utilities, complement to the standard math package.
  • mathx/randx: random-related utilities, complement to the standard math/rand package.
  • netx/httpx: HTTP utilities, complement to the standard net/http package.
  • osx: operating system utilities, complement to the standard os package.
  • slicesx: slice utilities, complement to the standard slices package.
  • stringsx: string utilities, complement to the standard strings package.
  • timex: time and duration related calculations and utilities, complement to the standard time package.

About

Minimalistic extension to Go. It means to be a complement to the standard library.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages