all: run gofmt on all source code

Some source code wasn't part of `FMT_PATHS` so wasn't checked for
correct formatting. This change includes all this source code and
excludes cgo/testdata because it contains files that can't be parsed.
This commit is contained in:
Ayke van Laethem
2022-06-18 20:03:07 +02:00
committed by Ron Evans
parent 9af535bf98
commit 64d7f1e436
18 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ func CheckCorpus(vals []any, types []reflect.Type) error {
return errors.New("not implemented")
}
func ResetCoverage() {}
func ResetCoverage() {}
func SnapshotCoverage() {}
// RunFuzzWorker is called in a worker process to communicate with the