This commit is contained in:
Lukas Wurzinger 2024-12-15 16:17:48 +01:00
parent f39aec1070
commit 4545f636ab

View file

@ -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