Description
Small Go programs can be executed with a script-like workflow instead of manually building binaries first. It is useful for developers who want Go for quick utilities, experiments, or automation tasks.
Script runners execute source code directly from the chosen path. Review downloaded or untrusted Go files before running them.