Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 320 Bytes

File metadata and controls

13 lines (8 loc) · 320 Bytes

About

This is a clone of the memcache client library at (https://github.com/bradfitz/gomemcache). The library is adapted to support a prototype protocol.

Installing

Using go get

$ go get github.com/dsidler/fpgamemcache/memcache

Build example client

$ go build github.com/dsidler/fpgamemcache