From 21aeb693d94cbf1bd951acdea623f0dd344dd340 Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Tue, 13 Dec 2022 18:03:03 +0100 Subject: [PATCH] fix: removed file by mistake --- ignite/templates/app/files/tools/tools.go.plush | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ignite/templates/app/files/tools/tools.go.plush diff --git a/ignite/templates/app/files/tools/tools.go.plush b/ignite/templates/app/files/tools/tools.go.plush new file mode 100644 index 0000000000..81fac797e5 --- /dev/null +++ b/ignite/templates/app/files/tools/tools.go.plush @@ -0,0 +1,7 @@ +//go:build tools + +package tools + +import (<%= for (depTool) in DepTools { %> + _ "<%= depTool %>"<% } %> +)