Files
moxa/_test/tag0.go
2019-10-11 16:02:05 +02:00

16 lines
244 B
Go

// The following comment line has the same effect as 'go run -tags=dummy'
//yaegi:tags dummy
package main
import _ "github.com/containous/yaegi/_test/ct"
func main() {
println("bye")
}
// Output:
// hello from ct1
// hello from ct3
// bye