feat: add go template

This commit is contained in:
Leon Schwarzäugl 2024-12-31 17:34:37 +01:00
parent f4f98b248d
commit 6da0fcbb1b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 75 additions and 3 deletions

View file

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}