github.com/switchupcb/yaegi@v0.10.2/_test/ct/ct2.go (about) 1 // +build !dummy 2 3 package ct 4 5 func init() { println("hello from ct2") }