From 5b5b5c6f134b04e1079c6d5fe82d8d3862ff215e Mon Sep 17 00:00:00 2001 From: Cory Snider Date: Thu, 20 Oct 2022 14:03:36 -0400 Subject: [PATCH] builder: add missing doc comment Signed-off-by: Cory Snider --- builder/remotecontext/git/gitutils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/remotecontext/git/gitutils.go b/builder/remotecontext/git/gitutils.go index ee9f473668355..1037ef5821a9e 100644 --- a/builder/remotecontext/git/gitutils.go +++ b/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