1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-19 20:00:10 +02:00
ko-build/hack/tools.go
Jon Donovan 6e4a93eee0
Add integration tests for various go mod corner cases. (#179)
* Add manual integration tests for various go mod corner cases.

* Move integration test back and actually test the outputs.

I realize now this is run in a travis CI job :) So I'll make it actually work.

* Add _, gofmt

* Add tools build constraint.

* Stop redirecting stderr

* Use local mode to support CI.
2020-08-05 12:16:28 -07:00

8 lines
81 B
Go

// +build tools
package hack
import (
_ "github.com/go-training/helloworld"
)