Skip to content

Instantly share code, notes, and snippets.

@apoclyps
Created June 22, 2019 13:16
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 apoclyps/1c6c6794f3e8835d59f0880edee60308 to your computer and use it in GitHub Desktop.
Save apoclyps/1c6c6794f3e8835d59f0880edee60308 to your computer and use it in GitHub Desktop.
Gorilla, especially Mux
Logrus
An Error Package (Dave Cheney's JUju) allows for base exceptions to be made more specific
Web Frameworks
- gin
- beago
- echo
- kit
- revel
pprof - go profiling
flyaway - db migrations
devle - goland ide debugger
bdd - library - convey
watcher - recompile changs
assert -
package manager -
- modules - go mod
- go mod init
- add depedendncies
- run `go mod`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment