package
0.0.0-20241202193154-aa4210d963e2
Repository: https://github.com/sandrolain/gomsvc.git
Documentation: pkg.go.dev

# Functions

Clone clones a Git repository and checks out the specified reference.

# Constants

RefTypeBranch represents a branch name.
RefTypeCommit represents a specific commit hash.
RefTypeTag represents a tag name.

# Structs

GitRef contains information needed to clone and checkout a specific Git reference.

# Type aliases

RefType represents the type of Git reference (commit, branch, or tag).