* Add go-task
Go task is a task runner (like Make or Ant) written in golang.
It's power comes from being fast and lightweight (one 2MB exe file) which even embeds a light shell runner.
Regarding [the criteria for inclussion in the main bucket](https://github.com/lukesampson/scoop/wiki/Criteria-for-including-apps-in-the-main-bucket):
- go-task has 3.2k stars in github,199 forks and 54 contributors. I do not know if that qualifies for "widely used".
- the manifest points to the latest version and includes autoupdate
- it is the full version (open source project)
- install is fairly standard (unzip)
- it is not a GUI tool
A side of those official criteria, I'd add that it is a quite active project. It is my tool of choice for replacing Makefiles on every platform (it's golang, runs everywhere).
If it would be better to submit to the extras bucket just let me know
marc
* Update go-task.json, also change hash method
* Update manifest for 3.7.0
* Update to go-task 3.8.0
Manifest updated to latest version.
* update to version 3.9.0
Co-authored-by: Issac Lin <issaclin32@gmail.com>