Started using my super-saiyan-god tool but I need to rework the repo so it supports the tool style for go get.
This commit is contained in:
parent
1da2af82f4
commit
19a2a85c10
7 changed files with 42 additions and 56 deletions
|
@ -7,7 +7,7 @@ tmp_dir = "tmp"
|
|||
bin = "webapp"
|
||||
cmd = "make build"
|
||||
delay = 1000
|
||||
exclude_dir = ["assets", "public", "tmp", "vendor", "testdata"]
|
||||
exclude_dir = ["assets", "pages", "static", "views", "public", "tmp", "vendor", "testdata"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue