feat: Added go template.

This commit is contained in:
Spencer Brower
2026-02-23 12:33:12 -05:00
parent a95cf11b08
commit 94d96d8226
6 changed files with 229 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
path = ./templates/default;
description = "A simple boilerplate for running Laravel with nix run.";
};
go = {
path = ./templates/go;
description = "A simple boilerplate for building Go apps.";
};
nodejs = {
path = ./templates/nodejs;
description =