Forráskód Böngészése

builder: add missing doc comment

Signed-off-by: Cory Snider <csnider@mirantis.com>
Cory Snider 2 éve
szülő
commit
5b5b5c6f13
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      builder/remotecontext/git/gitutils.go

+ 1 - 0
builder/remotecontext/git/gitutils.go

@@ -21,6 +21,7 @@ type gitRepo struct {
 	isolateConfig bool
 }
 
+// CloneOption changes the behaviour of Clone().
 type CloneOption func(*gitRepo)
 
 // WithIsolatedConfig disables reading the user or system gitconfig files when