You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garble is generally for obfuscating code or binaries, but sometimes it's useful to just run obfuscated code, like garble test to verify that none of the tests are being broken. We should support garble run for a similar reason - sometimes one wants to verify that a small Go program still runs OK, and having to garble build && ./program is a bit tedious when garble run . would do the trick.
The text was updated successfully, but these errors were encountered:
Garble is generally for obfuscating code or binaries, but sometimes it's useful to just run obfuscated code, like
garble test
to verify that none of the tests are being broken. We should supportgarble run
for a similar reason - sometimes one wants to verify that a small Go program still runs OK, and having togarble build && ./program
is a bit tedious whengarble run .
would do the trick.The text was updated successfully, but these errors were encountered: