From fd7b488a846ab179201e8ecc018d9f01a2067edb Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 9 Jul 2017 17:42:20 +0300 Subject: [PATCH] Add github.com/artonge/go-csv-tag (#1493) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 445cb700..503a8fa6 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [afero](https://github.com/spf13/afero) - A FileSystem Abstraction System for Go. * [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. * [tarfs](https://github.com/posener/tarfs) - An implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files.