We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Once API is v1, provide some snippets since I write errctx wrapping constantly:
{ "if err != nil": { "prefix": "iferr", "body": [ "if err != nil {", "\treturn nil, fault.Wrap(err, fctx.With(ctx))", "}" ], "description": "Snippet for if err != nil" } }
Activity