/go-nova

Go language support for Nova

Primary LanguageJavaScriptISC LicenseISC

Go support for Nova

This is an extension that adds Golang support for Nova.

Extension icon

The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license.

Developer setup

Clone and install dependencies

git clone https://github.com/maku693/go-nova.git
cd go-nova
yarn

About commit message format

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.