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