markbates / going

Some helpful packages for writing Go apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github.com/markbates/going

This project houses, what I consider to be some help packages for writing Go applications. Your mileage may vary, but I find them to be pretty darn helpful.

Packages

  • nulls - Proper JSON implementations of null database types.
  • validate - A framework for writing validations.
  • wait - Wait cleans up the pattern around using sync.WaitGroup.
  • defaults - Allows for the setting of default values for common types.
  • willy - A helper for cleaning up HTTP tests.
  • del - A wrapper around the render package to make it work with echo.

About

Some helpful packages for writing Go apps.

License:MIT License


Languages

Language:Go 99.8%Language:Shell 0.2%