segmentio / asm

Go library providing algorithms optimized to leverage the characteristics of modern CPUs
MIT No Attribution
869 stars 36 forks source link

run go fmt on stub #41

Closed kalamay closed 3 years ago

kalamay commented 3 years ago

This changes the Makefile to run go fmt on the stub file generated by AVO. Primarily, the qsort package produces a long function argument list, and there is always a diff produced any time the build re-runs. This should help keep everything tidy.