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.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/go/main.go b/templates/go/main.go
deleted file mode 100644
index b5b1c7a..0000000
--- a/templates/go/main.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package main
-
-import "fmt"
-
-var (
-	Version, BuildDate string
-)
-
-func main() {
-	fmt.Println("hello world!")
-}