From 9473937904c66566a57eaee6b26769b07d0d091f Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 7 Jul 2014 14:03:09 -0300 Subject: [PATCH] added "Third Party Apis" section, with github lib --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7bae8d4..b78f00fd 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [GUI](#gui) - [OpenGL](#opengl) - [Editor Plugins](#editor-plugins) + - [Third-party APIs](#third-party-apis) - [DevOps Tools](#devops-tools) - [Utilities](#utilities) - [Logging](#logging) @@ -300,6 +301,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [glow](https://github.com/errcw/glow) - Go binding generator and bindings for OpenGL. * [mathgl](https://github.com/go-gl/mathgl) - Pure Go math package specialized for 3D math, with inspiration from GLM. +## Third-party APIs + +* [github](https://github.com/google/go-github) - Go library for accessing the GitHub API + ## DevOps Tools *Software and libraries for DevOps.*