mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
5e3ba2fc09
With a few extra lines, we can keep Go 1.15 support in the table too. Re-enables the goprivate.txt test for Go 1.16. While at it, make the script's use of grep a bit simpler with -E, which also uses the same syntax as Go's regexp. Its skip logic was also buggy, resulting in the macos results always being empty. Updates #124.