diff --git a/pages/common/go-run.md b/pages/common/go-run.md new file mode 100644 index 0000000000..bdab94bec7 --- /dev/null +++ b/pages/common/go-run.md @@ -0,0 +1,9 @@ +# go run + +> Compile and run Go code. +> Does not leave a binary on the disk. +> More information: . + +- Run a Go file: + +`go run {{path/to/file.go}}`