When I run goblin -file /home/frew/code/leatherman/internal/tool/status/status.go (code is at https://github.com/frioux/leatherman/blob/54a4c6bc7b0d8e60cdab34be68d7d7708da97690/internal/tool/status/status.go) I get this error:
{
"error": {
"info": "*ast.Ellipsis",
"position": {
"column": 33,
"filename": "/home/frew/code/leatherman/internal/tool/status/status.go",
"line": 76,
"offset": 2133
},
"type": "unrecognized_type"
}
}
When I run
goblin -file /home/frew/code/leatherman/internal/tool/status/status.go(code is at https://github.com/frioux/leatherman/blob/54a4c6bc7b0d8e60cdab34be68d7d7708da97690/internal/tool/status/status.go) I get this error:{ "error": { "info": "*ast.Ellipsis", "position": { "column": 33, "filename": "/home/frew/code/leatherman/internal/tool/status/status.go", "line": 76, "offset": 2133 }, "type": "unrecognized_type" } }