mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 13:14:16 +00:00
9 lines
116 B
Go
9 lines
116 B
Go
package new
|
|
|
|
import "github.com/go-git/go-git/v5"
|
|
|
|
type Repo struct {
|
|
repo *git.Repository
|
|
Status *RepoStatus
|
|
}
|