github.com/traefik/yaegi@v0.15.1/_test/tag0.go (about) 1 // The following comment line has the same effect as 'go run -tags=dummy' 2 // yaegi:tags dummy 3 4 package main 5 6 import _ "github.com/traefik/yaegi/_test/ct" 7 8 func main() { 9 println("bye") 10 } 11 12 // Output: 13 // hello from ct1 14 // hello from ct3 15 // bye