mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Fix some Go nits.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user