From 7116e0ea3e9ac67368f93b1801dbad2042ac2f55 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 3 Oct 2021 20:10:22 +0100 Subject: [PATCH] go-run: add page (#6650) --- pages/common/go-run.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/go-run.md diff --git a/pages/common/go-run.md b/pages/common/go-run.md new file mode 100644 index 000000000..bdab94bec --- /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}}`