github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/helper/compile/data.go (about)

     1  package compile
     2  
     3  import (
     4  	"github.com/hashicorp/otto/helper/bindata"
     5  )
     6  
     7  //go:generate go-bindata -o=bindata.go -pkg=compile -nomemcopy -nometadata ./data/...
     8  
     9  // Data is the compiled bindata for this package. This isn't a pointer to
    10  // force a copy so that Context data is never shared.
    11  var Data = bindata.Data{
    12  	Asset:    Asset,
    13  	AssetDir: AssetDir,
    14  }