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