patrickmn / go-cache

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
https://patrickmn.com/projects/go-cache/
MIT License
8.16k stars 874 forks source link

Update example code in README #91

Closed alexandear closed 1 year ago

alexandear commented 6 years ago

Organize imports to groups According to https://github.com/golang/go/wiki/CodeReviewComments#imports.