Skip to content

Instantly share code, notes, and snippets.

@jeremejazz
Last active March 5, 2019 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremejazz/9e6823d9f12927f044f88c2adf6a052d to your computer and use it in GitHub Desktop.
Save jeremejazz/9e6823d9f12927f044f88c2adf6a052d to your computer and use it in GitHub Desktop.
A collection of useful tools in Go

This is a shorter version of awesome go. Just tools I personally use.

Database

Utilities

  • go-funk Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...).

Web Development

  • gin-gonic Web framework in go that is similar express.
  • gorilla/websocket Package websocket implements the WebSocket protocol defined in RFC 6455.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment