e
e
You might consider externalizing the hard-coded `ctx = context.Background()`s to the caller and instead require `ctx context.Context` as the first param for the associated funcs. ctx is by convention always...
in all sincerity, didnt see these internal vim shortcuts mentioned otherwise so at least there may be chance of this contributing something o/w omit
Also, only found one other related issue, #98, though I believe that issue is for _formatting output_ whereas this is for _handling formatted input_
> I'm not convinced of the necessity I don’t blame ya. It is a bit out of the scope given the use-case specificity. Maybe considering it more broadly, as a...