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
|
|
@ -21,6 +21,10 @@ local M = {
|
|||
iferr = "iferr",
|
||||
dlv = "dlv",
|
||||
},
|
||||
gotests_args = {
|
||||
---override gotests templates
|
||||
template_dir = "",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue