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

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -