This is an extension that adds Golang support for Nova.
The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license.git clone https://github.com/maku693/go-nova.git
cd go-nova
yarn
This project uses Conventional Commits for commit message format, to automate update of extension.json
and CHANGELOG.md
with standard-version.
When you make a commit, commit message format will be checked by commitlint, using pre-commit hook. We manage pre-commit hook with husky.