Skip to content

Commit

Permalink
chore: cleanup unused BuildOpts struct (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc authored Feb 14, 2024
1 parent 2af0380 commit 0bd041f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions golang/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ func (g *Golang) Test() *Container {
return g.Exec([]string{"test"})
}

type BuildOpts struct {
Output string `doc:"Path to write the built binary"`
}

// Build returns the container with the built artifact.
func (g *Golang) Build(
// Path to write the built binary
Expand Down

0 comments on commit 0bd041f

Please sign in to comment.