@@ -10,6 +10,10 @@
`go run {{file}}.go`
+- Compile a source file into a named executable:
+
+`go build -o {{executable}} {{file}}.go`
- Compile the package present in the current directory:
`go build`