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

Ensure "exit" without status code doesn't set exit code #193

Closed benhoyt closed 1 year ago

benhoyt commented 1 year ago

Also update stringer version, as I was getting this error with the current version for some reason: https://github.com/golang/go/issues/52710

Fixes #191.