bradfitz / gomemcache

Go Memcached client library #golang
Apache License 2.0
1.74k stars 455 forks source link

Add client interface #144

Closed alfarih31 closed 2 years ago

alfarih31 commented 2 years ago

Need interface for Client for embedding memcache Client to interface. This interface useful for segregating interface to usage. I also add .gitattributes & add another items to .gitignore for cleaner code accross Contributors.

Issue: #145

bradfitz commented 2 years ago

I don't think we want this. Large interfaces like this aren't idiomatic Go.