uber-go / guide

The Uber Go Style Guide.
Apache License 2.0
15.91k stars 1.72k forks source link

Add advice on formatting strings using `%q` #186

Open yuxincs opened 1 year ago

yuxincs commented 1 year ago

Note All credit goes to @abhinav

This PR adds suggestions on formatting strings using %q over %s.

Source: https://abhinavg.net/2021/12/29/fmt-errof-q/ by @abhinav

Fixes #185

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.