gotests
gotests copied to clipboard
Favor 'go install' over 'go get' for installation
go get is deprecated in terms of installing executables. $ is removed so that folks can just copy the whole block and run it.
Not opening an issue first because this PR is small. Signed the CLA. Waiting for approval.
@cweill I can see the signed CLA in my account now, and I'm wondering if you can approve the workflows to be run, thanks!

Can you please check why the tests are failing? Sorry I don't have much time to investigate myself.
@cweill Please take a look at #168, thanks!