gitextract_yuusego3/ ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── byteview.go ├── byteview_test.go ├── consistenthash/ │ ├── consistenthash.go │ └── consistenthash_test.go ├── go.mod ├── go.sum ├── groupcache.go ├── groupcache_test.go ├── groupcachepb/ │ ├── groupcache.pb.go │ └── groupcache.proto ├── http.go ├── http_test.go ├── lru/ │ ├── lru.go │ └── lru_test.go ├── peers.go ├── singleflight/ │ ├── singleflight.go │ └── singleflight_test.go ├── sinks.go └── testpb/ ├── test.pb.go └── test.proto