From 4245a1faba9090e5422ada6fa45cb1eb852c0bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B8dseth?= Date: Sat, 11 Apr 2015 17:38:00 +0200 Subject: [PATCH] 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. --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e333531..1e0c1cff 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [DevOps Tools](#devops-tools) - [Other Software](#other-software) +- [Server Applications](#server-applications) + - [Resources](#resources) - [Benchmarks](#benchmarks) - [Conferences](#conferences) @@ -71,7 +73,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [Tutorials](#tutorials) - ## Audio/Music *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. - ## Authentication & OAuth *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. * [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries. + ## Database 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. * [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch. + ## Date & Time *Libraries for working with dates and times.* * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. + ## 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 * [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine + ## Embeddable Scripting Languages *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 * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go + ## Financial *Packages for accounting and finance* * [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers + ## 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. - ## Game Development *Awesome game development libraries.* @@ -700,8 +705,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - - # Tools 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) -### Server Applications + + + + + + +# 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. @@ -799,10 +808,6 @@ Software written in Go. - - - - # Resources Where to discover new Go libraries.