Skip to content

Commit

Permalink
Comment exported CloneProtocol type
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Feb 9, 2022
1 parent b136a08 commit fbd1c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/reposync/repo_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"sync"
)

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

const (
Expand Down

0 comments on commit fbd1c4b

Please sign in to comment.