Created
June 22, 2019 13:16
-
-
Save apoclyps/1c6c6794f3e8835d59f0880edee60308 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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