Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 8, 2020 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f3891009dcde3ab140398751e6ba0e02 to your computer and use it in GitHub Desktop.
Save parzibyte/f3891009dcde3ab140398751e6ba0e02 to your computer and use it in GitHub Desktop.
# parzibyte.me/blog
from subprocess import check_output
comando = "gofmt -w hola.go && go build hola.go"
check_output(comando, shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment