Repository: helix Updated Branches: refs/heads/master 3aae49360 -> 1c68b1ca8
[HELIX-671] Introduce github.com/uber-go/go-helix as a Golang participant client library Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/1c68b1ca Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/1c68b1ca Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/1c68b1ca Branch: refs/heads/master Commit: 1c68b1ca89aae72d4bcac931f0d365d7068e0636 Parents: 3aae493 Author: Junkai Xue <[email protected]> Authored: Mon Jan 8 11:54:28 2018 -0800 Committer: Junkai Xue <[email protected]> Committed: Mon Jan 8 11:54:28 2018 -0800 ---------------------------------------------------------------------- website/src/site/markdown/ClientLibraries.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/1c68b1ca/website/src/site/markdown/ClientLibraries.md ---------------------------------------------------------------------- diff --git a/website/src/site/markdown/ClientLibraries.md b/website/src/site/markdown/ClientLibraries.md index bcde42c..b5e732b 100644 --- a/website/src/site/markdown/ClientLibraries.md +++ b/website/src/site/markdown/ClientLibraries.md @@ -34,3 +34,7 @@ available for Helix: ### Python * `pyhelix` - https://github.com/kanakb/pyhelix + +### Golang + +* `go-helix` - https://github.com/uber-go/go-helix \ No newline at end of file
