feat: allow gotests -template_dir argument customization
This commit is contained in:
parent
03cabf675c
commit
5e35bc3fdb
3 changed files with 12 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ require("gopher").setup {
|
|||
impl = "impl",
|
||||
iferr = "iferr",
|
||||
},
|
||||
gotests = {
|
||||
template_dir = "" -- customize gotests -template_dir argument
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue