golang / groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
Apache License 2.0
12.89k stars 1.39k forks source link

Format error string as per go style #127

Closed AdityaHarindar closed 4 years ago

AdityaHarindar commented 4 years ago

Error strings should not start with a capitalised letter, as per go style prescribed in the Wiki.