What is the workflow to contribute golang/go


When I add the changes to go, how I can build and run the project?
should I run ./all.bash every time when I make a change?
it takes some times.

Also is there a way to run only the test which I added?
currently I just ran ./all.bash

1 Like

Pay attention to Quicky testing your changes in Contribution Guide.

Thank you!
I completely missed that

You’re welcome :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.