From 2bc97a5243c96e97df2c6f5d0dbaae26360e959e Mon Sep 17 00:00:00 2001 From: Tom Peltonen Date: Tue, 27 Feb 2024 18:34:11 +1100 Subject: [PATCH] Adding golang build --- generator/default/build/gloang.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 generator/default/build/gloang.json diff --git a/generator/default/build/gloang.json b/generator/default/build/gloang.json new file mode 100644 index 0000000..ce7b5c5 --- /dev/null +++ b/generator/default/build/gloang.json @@ -0,0 +1,19 @@ +{ + "name": "golang", + "description": "golang build templates", + "templates": [ + { + "engine": "", + "folder": "", + "file_name": "golang.tmpl", + "output_folder": "infra", + "output_name": "golang.ps1", + "section": "", + "model": { + "activity": { + "category": "BUILD" + } + } + } + ] +} \ No newline at end of file