feat: allow gotests -template_dir argument customization

This commit is contained in:
brotifypacha 2024-02-17 01:19:44 +03:00
parent 03cabf675c
commit 5e35bc3fdb
3 changed files with 12 additions and 0 deletions

View file

@ -39,6 +39,9 @@ require("gopher").setup {
impl = "impl",
iferr = "iferr",
},
gotests = {
template_dir = "" -- customize gotests -template_dir argument
}
}
```