fix
This commit is contained in:
parent
f39aec1070
commit
4545f636ab
11
summary.go
11
summary.go
|
@ -18,13 +18,18 @@ 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
|
|
||||||
Sep string
|
Brk string
|
||||||
I Binfo
|
Sep string
|
||||||
|
|
||||||
|
I Binfo
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:embed summary.tmpl
|
//go:embed summary.tmpl
|
||||||
|
|
Loading…
Reference in a new issue