MCPcopy Create free account
hub / github.com/codegangsta/gin / Errors

Method Errors

lib/builder.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (b *builder) Errors() string {
46 return b.errors
47}
48
49func (b *builder) Build() error {
50 args := append([]string{"go", "build", "-o", filepath.Join(b.wd, b.binary)}, b.buildArgs...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected