How to run all .go files within current directory through the command line (multi file package)

Finally we can now use:

go run .

thanks to:
https://github.com/golang/go/issues/22726#issuecomment-345841019

Leave a Comment