From e6ed56c9b5844e2317d83ac55b64a78ff068f189 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 21 Jan 2024 13:17:57 -0800 Subject: delete all the templates This is too much work to maintain, and I'm going to put all my tools and scripts in this repository, so I won't need that anymore. --- templates/go/main.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/go/main.go (limited to 'templates/go/main.go') 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!") -} -- cgit v1.2.3