moved go template into go dir

This commit is contained in:
specCon18 2025-06-21 03:57:10 -04:00
parent dab2edce05
commit 09b05e34e5
5 changed files with 0 additions and 0 deletions

View file

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