Skip to content

Instantly share code, notes, and snippets.

@mvertes
Created October 31, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvertes/1cc544a920628f1a0f7bfff21ac19330 to your computer and use it in GitHub Desktop.
Save mvertes/1cc544a920628f1a0f7bfff21ac19330 to your computer and use it in GitHub Desktop.
yaegi tests
package main
import "github.com/containous/yaegi/interp"
func main() {
i := interp.New(interp.Options{})
i.Eval(`println("Hello world")`)
}
Hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment