Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 732 Bytes

contributing.md

File metadata and controls

16 lines (10 loc) · 732 Bytes

Contributing

Thank you for taking the time to contribute! ♥️ You can:

Run project

  1. Clone repo
  2. If you use VSCode with Go plugin, it will install all Go dependencies for you in the background when you open the project.
  3. 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.