The phrase in docstring here https://github.com/golang/go/blob/0b2ad1d815ea8967c49b32d848b2992d0c588d88/src/testing/testing.go#L16 reads ``` ... file whose name ends _test.go ... ``` which instead should probably say ``` ... file whose name ends with _test.go ... ```