File tree Expand file tree Collapse file tree 4 files changed +18
-30
lines changed Expand file tree Collapse file tree 4 files changed +18
-30
lines changed Original file line number Diff line number Diff line change 1010
1111# Output of the go coverage tool, specifically when used with LiteIDE
1212* .out
13+
14+ go.sum
Original file line number Diff line number Diff line change @@ -9,10 +9,23 @@ Memcache Cache Provider for aah Cache Manager. aah cache library uses [github.co
99
1010 * ` v0.1.0 ` [ released] ( https://github.com/go-aah/redis-cache-provider/releases/latest ) and tagged on TBD.
1111
12- ## Installation
12+ ## Usage
1313
1414``` bash
15- go get -u aahframe.work/cache/provider/memcache
15+ # go.mod
16+ require aahframe.work/cache/provider/memcache v0.1.0
1617```
1718
1819Visit official website https://aahframework.org to learn more about ` aah ` framework.
20+
21+ ## Issues
22+
23+ Please report issues at https://aahframework.org/issues .
24+
25+ ## Author
26+
27+ [ Jeevanandam M.
] ( https://github.com/jeevatkm ) (
[email protected] )
28+
29+ ## License
30+
31+ ` memcache-cache-provider ` released under MIT License.
Original file line number Diff line number Diff line change 11module aahframe.work/cache/provider/memcache
22
33require (
4- aahframe.work v0.0.0-20181013054310-9873edb08c38
4+ aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
55 github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737
66 github.com/stretchr/testify v1.2.2
77)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments