From 67d010bd2c31a07bda06a279e163cdc2bd7d5c29 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 25c6107bb6..6af957c40f 100644 --- a/builder/remotecontext/git/gitutils.go +++ b/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