fix
This commit is contained in:
parent
111c621643
commit
eca4a3e927
2 changed files with 10 additions and 2 deletions
2
get.go
2
get.go
|
@ -26,6 +26,8 @@ func Get() (Binfo, error) {
|
|||
b.Module.Path = o.Main.Path
|
||||
b.Module.Sum = o.Main.Sum
|
||||
|
||||
b.Build.GoVersion = o.GoVersion
|
||||
|
||||
for _, setting := range o.Settings {
|
||||
switch setting.Key {
|
||||
case "-buildmode":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue