cweill / gotests

Automatically generate Go test boilerplate from your source code.
Apache License 2.0
4.92k stars 346 forks source link

Favor 'go install' over 'go get' for installation #166

Open davidhsingyuchen opened 2 years ago

davidhsingyuchen commented 2 years ago

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.

davidhsingyuchen commented 2 years ago

@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!

image

cweill commented 2 years ago

Can you please check why the tests are failing? Sorry I don't have much time to investigate myself.

davidhsingyuchen commented 2 years ago

@cweill Please take a look at #168, thanks!