github.com/traefik/yaegi@v0.15.1/_test/foo/boo/boo.go (about) 1 package boo 2 3 var Boo = "Boo" 4 5 func init() { println("init boo") }