/go-steun

Collection of small things gopher needs for everyday projects

Primary LanguageGoMIT LicenseMIT

go-steun

Handy misc tools for go development Build Status Goreport License MIT

Content

  • Fixture - Easy text fixtures management
  • Pointers - Some helpers to generate pointers from const values
  • Raise - Wrapper that panics on errors
  • Structs - Set/Get helpers to write/read random fields from structs by their string names
  • TimeId - a set of helpers to work with Date/Time as a timeID in YYDDMM format
  • URI - a set of helpers duplicating functionality of JS's encodeuricomponent/decodeuricomponent and others
  • Retry - simple retry wrapper, supports Before and After retry

Installation

go get github.com/cthulhu/go-steun

OR alternatively you can query individual packages

go get github.com/cthulhu/go-steun/{package}

OR just import it in your source file and let go-dep solve it for you

Contribution

Any possible contributions are welcome. See Contributing to get started.

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

License

See LICENSE File