瀏覽代碼

builder: add missing doc comment

Signed-off-by: Cory Snider <csnider@mirantis.com>
Cory Snider 2 年之前
父節點
當前提交
67d010bd2c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      builder/remotecontext/git/gitutils.go

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

@@ -20,6 +20,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