octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

Partial support for Git Trees API #70

Closed pengwynn closed 9 years ago

pengwynn commented 9 years ago

I needed to fetch Git trees in another project. This PR adds support for getting a tree via the API.

/cc @jingweno

owenthereal commented 9 years ago

LGTM :+1: