Skip to content

Commit

Permalink
fix: removed file by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Dec 13, 2022
1 parent 63eedc1 commit 03a4f56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ignite/templates/app/files/tools.go.plush
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//go:build tools

package tools

import (<%= for (depTool) in DepTools { %>
_ "<%= depTool %>"<% } %>
)

0 comments on commit 03a4f56

Please sign in to comment.