In Go 1.24, there's a new `go vet` rule that complains about `Example*` test functions that don't follow the documented naming convention. Combine that with `go test` running `go vet` by default, and you've got a perfect storm. This renames our "example" tests to satisfy Go's naming convention. |
||
|---|---|---|
| .. | ||
| git_test.go | ||
| tarscrub.go | ||