From e48b7d65131b6c9680ab76dac780428bc6099c90 Mon Sep 17 00:00:00 2001 From: Will Dixon Date: Wed, 2 Aug 2017 13:02:54 -0400 Subject: [PATCH 1/3] Adding skywalker to the list (#1514) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a359ec26..49ffc83f 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-csv-tag](https://github.com/artonge/go-csv-tag) - Load csv file using tag. * [go-gtfs](https://github.com/artonge/go-gtfs) - Load gtfs files in go. * [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. +* [skywalker](https://github.com/dixonwille/skywalker) - A package to allow one to concurrently go through a filesystem with ease. * [tarfs](https://github.com/posener/tarfs) - An implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files. ## Financial From b13a045193fac00047752feaf02133600b04ee4b Mon Sep 17 00:00:00 2001 From: Linh Tran Tuan Date: Thu, 3 Aug 2017 10:54:34 +0700 Subject: [PATCH 2/3] Adding mssqlx (production library at iparking.vn) (#1513) * Update README.md * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49ffc83f..c87732b6 100644 --- a/README.md +++ b/README.md @@ -1218,6 +1218,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [mmake](https://github.com/tj/mmake) - Modern Make. * [moldova](https://github.com/StabbyCutyou/moldova) - A utility for generating random data based on an input template. * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. +* [mssqlx](https://github.com/linxGnu/mssqlx) - HA client for master slave (or master master) database which integrates simple, lightweight round-robin balancer. Based on sqlx. * [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers. * [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services. * [ngrok](https://github.com/inconshreveable/ngrok) - Introspected tunnels to localhost. From c80142f4737d7345cecdd0ba9c8dff021a2c66de Mon Sep 17 00:00:00 2001 From: Will Dixon Date: Wed, 2 Aug 2017 23:55:14 -0400 Subject: [PATCH 3/3] Add OpenPeeDeeP/xdg package to the list (#1515) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c87732b6..da666493 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mini](https://github.com/sasbury/mini) - A golang package for parsing ini-style configuration files * [store](https://github.com/tucnak/store) - A lightweight configuration manager for Go * [viper](https://github.com/spf13/viper) - Go configuration with fangs +* [xdg](https://github.com/OpenPeeDeeP/xdg) - A cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) ## Continuous Integration