Revert "Merge pull request #2169 from yujunz/loader/go-getter"

This reverts commit 0b1ad031a9, reversing
changes made to 300dd108d5.
This commit is contained in:
Yujun Zhang
2020-03-07 18:58:46 +08:00
parent 0b1ad031a9
commit 711bab85ae
7 changed files with 30 additions and 167 deletions

View File

@@ -62,11 +62,6 @@ func (x *RepoSpec) Raw() string {
return x.raw
}
func (x *RepoSpec) WithRaw(s string) *RepoSpec {
x.raw = s
return x
}
func (x *RepoSpec) AbsPath() string {
return x.Dir.Join(x.Path)
}