shenwei356 / rush

A cross-platform command-line tool for executing jobs in parallel
https://github.com/shenwei356/rush
MIT License
865 stars 63 forks source link

Add a `go.mod` file #41

Closed apcamargo closed 1 year ago

apcamargo commented 2 years ago

I'm trying to push rush to Homebrew, but they won't allow the creation of a go.mod file at build time. Would it be possible to have this file in the repository?

shenwei356 commented 2 years ago

Sure, will do it tomorrow.

apcamargo commented 2 years ago

Thanks!

shenwei356 commented 2 years ago

Added, and tagged a new release: https://github.com/shenwei356/rush/releases/tag/v0.4.3

apcamargo commented 2 years ago

Done https://github.com/Homebrew/homebrew-core/pull/106770

Thanks a lot for solving this quickly :)

shenwei356 commented 2 years ago

thanks!