fix
This commit is contained in:
parent
f39aec1070
commit
4545f636ab
|
@ -18,12 +18,17 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
type params struct {
|
type params struct {
|
||||||
|
Name string
|
||||||
|
Version string
|
||||||
|
|
||||||
Module bool
|
Module bool
|
||||||
Build bool
|
Build bool
|
||||||
CGO bool
|
CGO bool
|
||||||
VCS bool
|
VCS bool
|
||||||
|
|
||||||
Brk string
|
Brk string
|
||||||
Sep string
|
Sep string
|
||||||
|
|
||||||
I Binfo
|
I Binfo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue