package
0.0.0-20200216123226-6e23cf3470f8
Repository: https://github.com/yinyin/go-mod-pack.git
Documentation: pkg.go.dev
# Functions
NewGitRepo create new instance of GitRepo with given module path.
NewRepo create a Repo base on given module folder path.
# Variables
ErrDirtyWorkCopy indicate work copy is dirty.
ErrRecognizeRepo indicate failed to recognize repository type of given folder.
# Structs
ErrNotRepo indicate given path is not repository of certain VCS.
GitRepo represent code repo in git.
# Interfaces
Repo defines interface of operations in VCS repository.