mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.16k stars 338 forks source link

v4: rename fileutil to a less ambiguous package name #734

Open mvdan opened 2 years ago

mvdan commented 2 years ago

For example, "script" or "shebang", since it really just exposes APIs about looking at script files on disk. I also have become less fond of "util" packages over the years.