Go binding for the V7 JavaScript engine, a very small JavaScript engine for embedded devices.
v7 was added as a git subtree like this;
$ git remote add -f v7_origin git@github.com:cesanta/v7.git
$ git subtree add --prefix=v7/ --squash v7_origin master
To update v7, do merge --squash
$ git merge --squash -s subtree --no-commit v7_origin
$ git commit
j7 - Filter stdin to stdout with JavaScript
Because V7 is distributed under the GPLv2, gov7 has also adopted GPLv2.
For the details, please refer to the LICENSE file under the v7 directory.