mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fix order and add gowalker.org
This commit is contained in:
parent
b866a42dce
commit
310c938ba7
@ -356,8 +356,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.
|
||||
* [gom](https://github.com/mattn/gom) - Go Manager - bundle for go.
|
||||
* [goop](https://github.com/nitrous-io/goop) - A simple dependency manager for Go (golang), inspired by Bundler.
|
||||
* [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go.
|
||||
* [gopm](https://github.com/gpmgo/gopm) - Go Package Manager
|
||||
* [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go.
|
||||
|
||||
|
||||
## Science and Data Analysis
|
||||
@ -511,9 +511,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [go-relax](https://github.com/codehack/go-relax) - A framework of pluggable components to build RESTful API's
|
||||
* [go-rest](https://github.com/ungerik/go-rest) - A small and evil REST framework for Go
|
||||
* [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework.
|
||||
* [Macaron](https://github.com/Unknwon/macaron) - Macaron is a high productive and modular design web framework in Go.
|
||||
* [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333.
|
||||
* [Martini](https://github.com/go-martini/martini) - Martini is a powerful package for quickly writing modular web applications/services in Golang.
|
||||
* [Macaron](https://github.com/Unknwon/macaron) - Macaron is a high productive and modular design web framework in Go.
|
||||
* [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Go’s net/http library, by the author of Sinatra.
|
||||
* [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language.
|
||||
* [sawsij](http://sawsij.com/) - lightweight, open-source web framework for building high-performance, data-driven web applications.
|
||||
@ -660,6 +660,7 @@ Where to discover new Go libraries.
|
||||
* [Flipboard - Go Magazine](https://flipboard.com/section/the-golang-magazine-bVP7nS) - A collection of Go articles and tutorials.
|
||||
* [godoc.org](http://godoc.org/) - Documentation for open source Go packages.
|
||||
* [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) - Go mailing list
|
||||
* [gowalker.org](https://gowalker.org) - Go Project API documentation.
|
||||
* [Go Projects](https://code.google.com/p/go-wiki/wiki/Projects) - List of projects on the Go community wiki
|
||||
* [r/Golang](http://www.reddit.com/r/golang) - News about Go.
|
||||
* [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries.
|
||||
|
Loading…
Reference in New Issue
Block a user