package builder
import "go-hep.org/x/hep/fwk/utils/builder"
package builder builds a fwk-app binary from a list of go files.
builder's architecture and sources are heavily inspired from golint:
https://github.com/golang/lint
Index ¶
Types ¶
type Builder ¶
type Builder struct { Name string // name of resulting compiled binary Usage string // usage string displayed by compiled binary (with -help) // contains filtered or unexported fields }
Builder generates and builds fwk-based applications.
func NewBuilder ¶
NewBuilder creates a Builder from a list of file names or directories
func (*Builder) Build ¶
Build applies some type-checking, collects setup functions and generates the sources of the fwk-based application.
Source Files ¶
builder.go templates.go
- Version
- v0.36.0 (latest)
- Published
- Nov 15, 2024
- Platform
- linux/amd64
- Imports
- 11 packages
- Last checked
- 2 days ago –
Tools for package owners.