jeff-hykin / better-go-syntax

💾 📦 ✅
MIT License
35 stars 6 forks source link

support %w print verb #1

Closed flowchartsman closed 5 years ago

flowchartsman commented 5 years ago

%w added as of go1.13. Functionally identical to %v, but implicitly wraps errors.

You cheeky monkey.

flowchartsman commented 5 years ago

as per https://github.com/microsoft/vscode/issues/50140#issuecomment-532941563