golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/fix/README.txt (about) 1 Tests in this directory cover scenarios where errors in a package are fixed. 2 3 v1.0.0 is used as the base version for all tests. 4 It has an error: the return type of bad.Broken is undefined. 5 6 Each test fixes the error and may make other changes (compatible or not). 7 Note that fixing a type error in the API appears to be an incompatible change.