Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dottorblaster/go-dottorblaster-bushido
A list of awesome docs, examples, exercises, curated by me
https://github.com/dottorblaster/go-dottorblaster-bushido
Last synced: about 1 month ago
JSON representation
A list of awesome docs, examples, exercises, curated by me
- Host: GitHub
- URL: https://github.com/dottorblaster/go-dottorblaster-bushido
- Owner: dottorblaster
- License: unlicense
- Created: 2014-08-30T10:56:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T17:51:29.000Z (over 10 years ago)
- Last Synced: 2024-10-18T06:13:32.041Z (2 months ago)
- Language: Go
- Size: 148 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-dottorblaster-bushido
========================A list of awesome docs, examples, exercises, curated by Alessio "Bl@ster" Biancalana.
## Links to begin :boar: :boar: :boar:
- [The Go Programming Language - How to Write Go Code](http://golang.org/doc/code.html)
- [Effective Go](http://golang.org/doc/effective_go.html)
- [A Tour of Go](http://tour.golang.org)
- [The Homebrew Go Formula](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/go.rb)
- [The golang package for Ubuntu](https://code.google.com/p/go-wiki/wiki/Ubuntu)
- [In-flight .deb packages of Go](http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go)## MVC frameworks :boar:
- [Gorilla mux](http://www.gorillatoolkit.org/pkg/mux)
- [go-restful](https://github.com/emicklei/go-restful)
- [forgery](http://goforgery.appspot.com/)
- [Revel](http://revel.github.io/)
- [Martini](http://martini.codegangsta.io/)
- [Negroni](http://negroni.codegangsta.io/)