Skip to content

Commit eacaf1f

Browse files
committed
preparing for release
1 parent 1cc58df commit eacaf1f

File tree

4 files changed

+18
-30
lines changed

4 files changed

+18
-30
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13+
14+
go.sum

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1819
Visit 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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module aahframe.work/cache/provider/memcache
22

33
require (
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
)

go.sum

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)