Categorygithub.com/IMQS/goscripts
repositorypackage
1.0.5
Repository: https://github.com/imqs/goscripts.git
Documentation: pkg.go.dev

# README

goscripts

goscripts is a tiny package intended to make it easy to write little Go programs that fulfill the need of a shell script, but for situations where it's just extremely painful to get the job done with a shell script alone.

  • Functions do not return errors - they panic if they encounter an error