benhoyt / goawk

A POSIX-compliant AWK interpreter written in Go, with CSV support
https://benhoyt.com/writings/goawk/
MIT License
1.95k stars 84 forks source link

Fix a few minor things staticcheck found #224

Closed benhoyt closed 8 months ago

benhoyt commented 8 months ago

No there are no errors with the following command:

staticcheck -checks=inherit,-ST1001 ./...

ST1001 is "should not use dot imports".