Skip to content

Commit fbd1c4b

Browse files
committed
Comment exported CloneProtocol type
1 parent b136a08 commit fbd1c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: internal/reposync/repo_handler.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import (
1212
"sync"
1313
)
1414

15+
// CloneProtocol indicates the Git protocol to use for cloning.
16+
// See the constants exported in this package for further details.
1517
type CloneProtocol string
1618

1719
const (

0 commit comments

Comments
 (0)