Skip to content

Commit

Permalink
Add configuration for tools module
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Feb 28, 2022
1 parent 42ca2b9 commit a550883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

The intention of Templatizer is to empower the way to take advantage of template repositories. It's known that Github (nor Gitlab) doesn't provide us a handy way to take advantage of the Template repositories. When we start from a Template we usually need to do a lof of manual replacement tasks.



### Intallation

###
Expand Down
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/{{.repository.organization}}/{{.repository.name}}/build
module github.com/wesovilabs/templatizer/build

go {{.goVersion}}
go 1.17

require (
github.com/golangci/golangci-lint v1.44.2
Expand Down

0 comments on commit a550883

Please sign in to comment.