Repository: mesos Updated Branches: refs/heads/master eef4340ef -> cdbacc092
Added `mesos-go-http` to `docs/api-client-libraries.md`. This closes #204 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cdbacc09 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cdbacc09 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cdbacc09 Branch: refs/heads/master Commit: cdbacc0927eaf1242ff78e5bff895c0faa40a5db Parents: eef4340 Author: ondrej.smola <[email protected]> Authored: Tue Feb 21 18:13:46 2017 +0800 Committer: Haosdent Huang <[email protected]> Committed: Tue Feb 21 18:15:14 2017 +0800 ---------------------------------------------------------------------- docs/api-client-libraries.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/cdbacc09/docs/api-client-libraries.md ---------------------------------------------------------------------- diff --git a/docs/api-client-libraries.md b/docs/api-client-libraries.md index 20b3da2..f55957c 100644 --- a/docs/api-client-libraries.md +++ b/docs/api-client-libraries.md @@ -48,6 +48,11 @@ run into any issues, file them with the library maintainers.* <td>Go</td> </tr> <tr> + <td><a href="https://github.com/ondrej-smola/mesos-go-http"> + mesos-go-http</a></td> + <td>Go</td> +</tr> +<tr> <td><a href="https://github.com/nokia/mesos-scala-api"> mesos-scala-api</a></td> <td>Scala</td>
