gthd / pawk

A parallel awk-like language
Apache License 2.0
4 stars 1 forks source link

Reduce Complexity #16

Open gthd opened 3 years ago

gthd commented 3 years ago

Break up main function on line 326 to reduce complexity lower than 75 so that it passes the golint test.