6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-09 13:14:16 +00:00
Files
git-get/new/repo.go
2020-05-26 21:35:57 +02:00

9 lines
116 B
Go

package new
import "github.com/go-git/go-git/v5"
type Repo struct {
repo *git.Repository
Status *RepoStatus
}