mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added a missing headline in the overview.
* Also adjusted the placement of "Server Applications" slightly, since it's neither a library or resource, nor a tool. * Also tried to make the line spacing more regular.
This commit is contained in:
parent
8929de88d3
commit
4245a1faba
25
README.md
25
README.md
@ -62,6 +62,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
- [DevOps Tools](#devops-tools)
|
- [DevOps Tools](#devops-tools)
|
||||||
- [Other Software](#other-software)
|
- [Other Software](#other-software)
|
||||||
|
|
||||||
|
- [Server Applications](#server-applications)
|
||||||
|
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Benchmarks](#benchmarks)
|
- [Benchmarks](#benchmarks)
|
||||||
- [Conferences](#conferences)
|
- [Conferences](#conferences)
|
||||||
@ -71,7 +73,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
- [Tutorials](#tutorials)
|
- [Tutorials](#tutorials)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Audio/Music
|
## Audio/Music
|
||||||
|
|
||||||
*Libraries for manipulating audio.*
|
*Libraries for manipulating audio.*
|
||||||
@ -85,7 +86,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [waveform](https://github.com/mdlayher/waveform) - Go package capable of generating waveform images from audio streams.
|
* [waveform](https://github.com/mdlayher/waveform) - Go package capable of generating waveform images from audio streams.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Authentication & OAuth
|
## Authentication & OAuth
|
||||||
|
|
||||||
*Libraries for implementing authentications schemes.*
|
*Libraries for implementing authentications schemes.*
|
||||||
@ -181,6 +181,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library.
|
* [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library.
|
||||||
* [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries.
|
* [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries.
|
||||||
|
|
||||||
|
|
||||||
## Database Drivers
|
## Database Drivers
|
||||||
|
|
||||||
*Libraries for connecting and operating databases. (see [Testing](#testing) for mock drivers)*
|
*Libraries for connecting and operating databases. (see [Testing](#testing) for mock drivers)*
|
||||||
@ -215,12 +216,14 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [elastigo](https://github.com/mattbaird/elastigo) - A Elasticsearch client library.
|
* [elastigo](https://github.com/mattbaird/elastigo) - A Elasticsearch client library.
|
||||||
* [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch.
|
* [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch.
|
||||||
|
|
||||||
|
|
||||||
## Date & Time
|
## Date & Time
|
||||||
|
|
||||||
*Libraries for working with dates and times.*
|
*Libraries for working with dates and times.*
|
||||||
|
|
||||||
* [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.
|
* [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.
|
||||||
|
|
||||||
|
|
||||||
## Distributed Systems
|
## Distributed Systems
|
||||||
|
|
||||||
*Packages that help with building Distributed Systems.*
|
*Packages that help with building Distributed Systems.*
|
||||||
@ -238,6 +241,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [MailHog](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface
|
* [MailHog](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface
|
||||||
* [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine
|
* [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine
|
||||||
|
|
||||||
|
|
||||||
## Embeddable Scripting Languages
|
## Embeddable Scripting Languages
|
||||||
|
|
||||||
*Embedding other languages inside your go code*
|
*Embedding other languages inside your go code*
|
||||||
@ -251,12 +255,14 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go
|
* [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go
|
||||||
* [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go
|
* [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go
|
||||||
|
|
||||||
|
|
||||||
## Financial
|
## Financial
|
||||||
|
|
||||||
*Packages for accounting and finance*
|
*Packages for accounting and finance*
|
||||||
|
|
||||||
* [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers
|
* [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers
|
||||||
|
|
||||||
|
|
||||||
## Forms
|
## Forms
|
||||||
|
|
||||||
*Libraries for working with forms.*
|
*Libraries for working with forms.*
|
||||||
@ -267,7 +273,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go.
|
* [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Game Development
|
## Game Development
|
||||||
|
|
||||||
*Awesome game development libraries.*
|
*Awesome game development libraries.*
|
||||||
@ -700,8 +705,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
|
|
||||||
Go software and plugins.
|
Go software and plugins.
|
||||||
@ -786,7 +789,13 @@ Software written in Go.
|
|||||||
* [websysd](http://github.com/ian-kent/websysd) - Web based process manager (like Marathon or Upstart)
|
* [websysd](http://github.com/ian-kent/websysd) - Web based process manager (like Marathon or Upstart)
|
||||||
|
|
||||||
|
|
||||||
### Server Applications
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Server Applications
|
||||||
|
|
||||||
* [algernon](https://github.com/xyproto/algernon) - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber.
|
* [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.
|
* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery.
|
||||||
@ -799,10 +808,6 @@ Software written in Go.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
Where to discover new Go libraries.
|
Where to discover new Go libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user