compilation - Opa Executable Not Being Created -
when go compile opa, whether i've written, or simple 'hello, web!' script, see no executable produced. producing _build directory , javascript file. idea what's happening here?
thanks in advance!
the newest version of opa compiles javascript (running on node.js). produced javascript file need , should able run with:
./your_app.js
Comments
Post a Comment