gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_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