about summary refs log tree commit diff
path: root/templates/go/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/go/main.go')
-rw-r--r--templates/go/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/go/main.go b/templates/go/main.go
new file mode 100644
index 0000000..7776ec8
--- /dev/null
+++ b/templates/go/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("hello world!")
+}