feat(json2go): implement

This commit is contained in:
Oleksandr Smirnov 2025-11-28 16:35:52 +02:00
parent 4a2384ade8
commit 72dd68f25f
No known key found for this signature in database
7 changed files with 141 additions and 1 deletions

View file

@ -41,6 +41,7 @@ local default_config = {
gotests = "gotests",
impl = "impl",
iferr = "iferr",
json2go = "json2go",
},
---@class gopher.ConfigGotests
gotests = {