Skip to content

dsidler/fpgamemcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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