├── README.md ├── mutator.pl ├── mytabwriter.go └── mytabwriter_test.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanSchroeder/Golang-Mutation-testing/HEAD/README.md -------------------------------------------------------------------------------- /mutator.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanSchroeder/Golang-Mutation-testing/HEAD/mutator.pl -------------------------------------------------------------------------------- /mytabwriter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanSchroeder/Golang-Mutation-testing/HEAD/mytabwriter.go -------------------------------------------------------------------------------- /mytabwriter_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanSchroeder/Golang-Mutation-testing/HEAD/mytabwriter_test.go --------------------------------------------------------------------------------