MCPcopy Index your code
hub / github.com/codegangsta/gin / builder

Struct builder

lib/builder.go:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type builder struct {
18 dir string
19 binary string
20 errors string
21 useGodep bool
22 wd string
23 buildArgs []string
24}
25
26func NewBuilder(dir string, bin string, useGodep bool, wd string, buildArgs []string) Builder {
27 if len(bin) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected