Compare commits
2 Commits
v0.1.10
...
feature/in
Author | SHA1 | Date | |
---|---|---|---|
|
177b4914c5 | ||
|
f906c8009a |
@@ -82,6 +82,6 @@ func (g *goVCS) download(ctx context.Context, version string) error {
|
||||
}
|
||||
|
||||
func (g *goVCS) file(name string) ([]byte, error) {
|
||||
path := filepath.Join(g.dir, "pkg", "mod", "cache", "download", encodeBangs(g.module), "@v", name)
|
||||
path := filepath.Join(g.dir, "pkg", "mod", "cache", "download", g.module, "@v", name)
|
||||
return ioutil.ReadFile(path)
|
||||
}
|
||||
|
Reference in New Issue
Block a user