mirror of
https://github.com/ko-build/ko.git
synced 2025-02-19 20:00:10 +02:00
* 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.
8 lines
81 B
Go
8 lines
81 B
Go
// +build tools
|
|
|
|
package hack
|
|
|
|
import (
|
|
_ "github.com/go-training/helloworld"
|
|
)
|