Thank you for taking the time to contribute!
- Submit bug reports or feature requests. Contribute to discussions. Fix open issues.
- Improve docs, the code and more! Any idea is welcome.
- Clone repo
- If you use VSCode with Go plugin, it will install all Go dependencies for you in the background when you open the project.
- Edit the code & run it with
go run .
.
I use watchexec to develop.
Running watchexec --exts go "echo -- && go run ."
will automatically rerun go run .
for you on every Go file changed.