mirror of
https://github.com/ko-build/ko.git
synced 2025-03-17 20:47:51 +02:00
8 lines
81 B
Go
8 lines
81 B
Go
|
// +build tools
|
||
|
|
||
|
package hack
|
||
|
|
||
|
import (
|
||
|
_ "github.com/go-training/helloworld"
|
||
|
)
|