github.com/gmemcc/yaegi@v0.12.1-0.20221128122509-aa99124c5d16/_test/init1.go (about) 1 package main 2 3 func init() { 4 println("here") 5 } 6 7 func main() { 8 init() 9 } 10 11 // Error: 12 // _test/init1.go:8:2: undefined: init