mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
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.