aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2018-11-16 12:29:12 -0800
committerevansiroky <evan.siroky@yahoo.com>2018-11-16 12:29:12 -0800
commite5ff30c0a3c18cd1cc2be9d0cc15f372897b5313 (patch)
treea23d3f2325c610d77ac5fd8acc590200fb002a35
parentbe818d8b768e121565ca4b56f51ce28cf0233eb3 (diff)
downloadtimezone-boundary-builder-e5ff30c0a3c18cd1cc2be9d0cc15f372897b5313.tar.gz
update readme with lookup libraries in Go lang
Fixes #51
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f2ca32..710f749 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ A few common languages already have libraries with an API that can be used to lo
| Library | Language |
| -- | -- |
| [ZoneDetect](https://github.com/BertoldVdb/ZoneDetect) | C |
+| [go-tz](https://github.com/ugjka/go-tz) | Go |
+| [timezoneLookup](https://github.com/evanoberholster/timezoneLookup) | Go |
| [Timeshape](https://github.com/RomanIakovlev/timeshape) | Java |
| [node-geo-tz](https://github.com/evansiroky/node-geo-tz/) | JavaScript (node.js only) |
| [timespace](https://github.com/mapbox/timespace) | JavaScript (node.js and in browser) |