karlseguin / ccache

A golang LRU Cache for high concurrency
MIT License
1.28k stars 119 forks source link

Fix function comments based on best practices from Effective Go #29

Closed CodeLingoTeam closed 5 years ago

CodeLingoTeam commented 5 years ago

Hi, we updated some exported function comments based on best practices from Effective Go. It’s admittedly a relatively minor fix up. Does this help you?

karlseguin commented 5 years ago

I don't agree with Effective Go about this. Thanks though.