mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Alphabetical order
* Also added a missing headline for the Windows category * Tried to make the spacing more regular * Placed Server Applications under Awesome Go instead of toplevel
This commit is contained in:
parent
4245a1faba
commit
1d808a4994
40
README.md
40
README.md
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
A curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python).
|
A curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python).
|
||||||
|
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
Please take a quick gander at the [contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md) first. Thanks to all [contributors](https://github.com/avelino/awesome-go/graphs/contributors); you rock!
|
Please take a quick gander at the [contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md) first. Thanks to all [contributors](https://github.com/avelino/awesome-go/graphs/contributors); you rock!
|
||||||
@ -10,6 +11,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
|
|
||||||
#### *If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!*
|
#### *If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!*
|
||||||
|
|
||||||
|
|
||||||
### Contents
|
### Contents
|
||||||
|
|
||||||
- [Awesome Go](#awesome-go)
|
- [Awesome Go](#awesome-go)
|
||||||
@ -71,6 +73,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
- [Twitter](#twitter)
|
- [Twitter](#twitter)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [Tutorials](#tutorials)
|
- [Tutorials](#tutorials)
|
||||||
|
- [Windows](#windows)
|
||||||
|
|
||||||
|
|
||||||
## Audio/Music
|
## Audio/Music
|
||||||
@ -122,6 +125,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
|
|
||||||
## Command Line
|
## Command Line
|
||||||
|
|
||||||
|
|
||||||
### Standard CLI
|
### Standard CLI
|
||||||
|
|
||||||
*Libraries for building standard or basic Command Line applications*
|
*Libraries for building standard or basic Command Line applications*
|
||||||
@ -129,6 +133,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go.
|
* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go.
|
||||||
* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application.
|
* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application.
|
||||||
|
|
||||||
|
|
||||||
### Advanced Console UIs
|
### Advanced Console UIs
|
||||||
|
|
||||||
*Libraries for building Console Applications and Console User Interfaces*
|
*Libraries for building Console Applications and Console User Interfaces*
|
||||||
@ -505,6 +510,13 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions
|
* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions
|
||||||
|
|
||||||
|
|
||||||
|
## Server Applications
|
||||||
|
|
||||||
|
* [algernon](https://github.com/xyproto/algernon) - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber.
|
||||||
|
* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery.
|
||||||
|
* [nsq](http://nsq.io/) - A realtime distributed messaging platform
|
||||||
|
|
||||||
|
|
||||||
## Template Engines
|
## Template Engines
|
||||||
|
|
||||||
*Libraries and tools for templating and lexing.*
|
*Libraries and tools for templating and lexing.*
|
||||||
@ -795,23 +807,11 @@ Software written in Go.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Server Applications
|
|
||||||
|
|
||||||
* [algernon](https://github.com/xyproto/algernon) - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber.
|
|
||||||
* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery.
|
|
||||||
* [nsq](http://nsq.io/) - A realtime distributed messaging platform
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
Where to discover new Go libraries.
|
Where to discover new Go libraries.
|
||||||
|
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
|
||||||
* [autobench](https://github.com/davecheney/autobench) - Framework to compare the performance between different Go versions.
|
* [autobench](https://github.com/davecheney/autobench) - Framework to compare the performance between different Go versions.
|
||||||
@ -824,12 +824,14 @@ Where to discover new Go libraries.
|
|||||||
* [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark.
|
* [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark.
|
||||||
* [speedtest-resize](https://github.com/fawick/speedtest-resize) - Compare various Image resize algorithms for the Go language.
|
* [speedtest-resize](https://github.com/fawick/speedtest-resize) - Compare various Image resize algorithms for the Go language.
|
||||||
|
|
||||||
|
|
||||||
## Conferences
|
## Conferences
|
||||||
|
|
||||||
* [dotGo](http://www.dotgo.io)
|
* [dotGo](http://www.dotgo.io)
|
||||||
* [GopherCon](http://www.gophercon.com/)
|
* [GopherCon](http://www.gophercon.com/)
|
||||||
* [GopherCon India](http://www.gophercon.in/)
|
* [GopherCon India](http://www.gophercon.in/)
|
||||||
|
|
||||||
|
|
||||||
## E-Books
|
## E-Books
|
||||||
|
|
||||||
* [A Go Developer's Notebook](https://leanpub.com/GoNotebook/read)
|
* [A Go Developer's Notebook](https://leanpub.com/GoNotebook/read)
|
||||||
@ -840,12 +842,14 @@ Where to discover new Go libraries.
|
|||||||
* [Learning Go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf)
|
* [Learning Go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf)
|
||||||
* [Network Programming With Go](http://jan.newmarch.name/go/)
|
* [Network Programming With Go](http://jan.newmarch.name/go/)
|
||||||
|
|
||||||
|
|
||||||
## Twitter
|
## Twitter
|
||||||
|
|
||||||
* [@golang](https://twitter.com/golang)
|
* [@golang](https://twitter.com/golang)
|
||||||
* [@golang_news](https://twitter.com/golang_news)
|
* [@golang_news](https://twitter.com/golang_news)
|
||||||
* [@golangweekly](https://twitter.com/golangweekly)
|
* [@golangweekly](https://twitter.com/golangweekly)
|
||||||
|
|
||||||
|
|
||||||
## Websites
|
## Websites
|
||||||
|
|
||||||
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - List of other amazingly awesome lists.
|
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - List of other amazingly awesome lists.
|
||||||
@ -860,12 +864,16 @@ Where to discover new Go libraries.
|
|||||||
* [r/Golang](http://www.reddit.com/r/golang) - News about Go.
|
* [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.
|
* [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries.
|
||||||
|
|
||||||
## Windows
|
|
||||||
|
|
||||||
* [go-ole](https://github.com/mattn/go-ole) - Win32 OLE implementation for golang
|
|
||||||
|
|
||||||
### Tutorials
|
### Tutorials
|
||||||
|
|
||||||
* [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go
|
* [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go
|
||||||
* [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs
|
* [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs
|
||||||
* [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers
|
* [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers
|
||||||
|
|
||||||
|
|
||||||
|
## Windows
|
||||||
|
|
||||||
|
* [go-ole](https://github.com/mattn/go-ole) - Win32 OLE implementation for golang
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user