Add Getting Started instructions. Rename gh-password to gh-token

This commit is contained in:
Luke Kysow
2017-07-27 13:51:48 -07:00
parent 4b3aaa2679
commit e728d2548b
7 changed files with 125 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ import (
var githubHostname = "http://api.github.com"
var githubUsername string
var githubPassword string
var githubToken string
// Client used for github interactions
type Client struct {