go template

This commit is contained in:
Bel LaPointe
2025-12-09 15:48:23 -07:00
parent 67879cf7b0
commit 8740f890da
4 changed files with 53 additions and 1 deletions

3
cmd/generate.go Normal file
View File

@@ -0,0 +1,3 @@
package main
//go:generate sh -c "if ! [ -d ./pg-template ]; then cp -r ./.template ./pg-template; fi"