cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.08k stars 66 forks source link

docs: remove * as it should be value #147

Open dora-gt opened 1 month ago

dora-gt commented 1 month ago

The definition of the Formatter interface is below:

type Formatter interface {
    Format(f State, verb rune)
}

Therefore yourType should implement exactly the same signature.


This change is Reviewable

cockroach-teamcity commented 1 month ago

CLA assistant check
All committers have signed the CLA.