From 568c4a888a66013f45de6ea921dc1a41cb6f8356 Mon Sep 17 00:00:00 2001 From: Enrico Bianchi Date: Fri, 24 Apr 2015 14:47:39 +0200 Subject: [PATCH 1/3] Added ini library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 405073f..4c8f590 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy * [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files * [viper](https://github.com/spf13/viper) - Go configuration with fangs +* [ini](https://github.com/go-ini/ini) - Go package for read and write INI files + ## CSS Preprocessors From cc5c4398f38c8aad1aa02da5698c20bb48aeeb34 Mon Sep 17 00:00:00 2001 From: Enrico Bianchi Date: Fri, 24 Apr 2015 14:58:57 +0200 Subject: [PATCH 2/3] Added Firebird RDMS SQL driver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c8f590..454ae2c 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. * [go-sqlite3](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that using database/sql. * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. + * [firebirdsql](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL driver for Go * NoSQL Databases * [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language. From 38087d1689087128a012db15c55d4255d4c48d49 Mon Sep 17 00:00:00 2001 From: Enrico Bianchi Date: Sat, 25 Apr 2015 20:22:16 +0200 Subject: [PATCH 3/3] Ordered lists --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 454ae2c..97f86f3 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy +* [ini](https://github.com/go-ini/ini) - Go package for read and write INI files * [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files * [viper](https://github.com/spf13/viper) - Go configuration with fangs -* [ini](https://github.com/go-ini/ini) - Go package for read and write INI files ## CSS Preprocessors @@ -195,6 +195,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for connecting and operating databases. * Relational Databases + * [firebirdsql](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL driver for Go * [go-adodb](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that using database/sql. * [go-bqstreamer](https://github.com/rounds/go-bqstreamer) - BigQuery fast and concurrent stream insert. * [go-mssqldb](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver prototype in go language. @@ -203,7 +204,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. * [go-sqlite3](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that using database/sql. * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. - * [firebirdsql](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL driver for Go * NoSQL Databases * [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language.