Fix some Go nits.

This commit is contained in:
jregan
2018-09-28 18:02:07 -07:00
parent 8f903b6e3f
commit 6d935b6a4a
10 changed files with 32 additions and 32 deletions

View File

@@ -30,7 +30,7 @@ import (
// githubLoader loads files from a checkout github repo
type githubLoader struct {
repo string
// target is the directory which is to be built
// targetDir will hold the local repo
targetDir string
// checkoutDir is for the whole repository
checkoutDir string