I am trying to build a JIT compiler in Go using an external package nelhage/gojit.
package main import ( "github.com/nelhage/goj