Skip to content

Commit c8ef9ba

Browse files
committed
Improve README and RELEASES
1 parent 3f28452 commit c8ef9ba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ Differences between the formats:
137137
Usage
138138
-----
139139

140-
First, download the module you want to work with:
140+
First, download the [module](https://github.com/golang/go/wiki/Modules) you want to work with:
141141

142142
- For example when you want to work with the `gokv.Store` interface:
143-
- `go get github.com/philippgille/gokv`
143+
- `go get github.com/philippgille/gokv@latest`
144144
- For example when you want to work with the Redis implementation:
145-
- `go get github.com/philippgille/gokv/redis`
145+
- `go get github.com/philippgille/gokv/redis@latest`
146146

147147
Then you can import and use it.
148148

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
88
vNext
99
-----
1010

11-
- Added support for Go modules (issue [#81](https://github.com/philippgille/gokv/issues/81))
11+
- Added support for [Go modules](https://github.com/golang/go/wiki/Modules) (issue [#81](https://github.com/philippgille/gokv/issues/81))
12+
- All `gokv.Store` implementations are now separate Go modules
1213
- Added `gokv.Store` implementations:
1314
- Package `hazelcast` - A `gokv.Store` implementation for [Hazelcast](https://github.com/hazelcast/hazelcast) (issue [#75](https://github.com/philippgille/gokv/issues/75))
1415
- Fixed: Compile error in `badgerdb` after a breaking change in BadgerDB 1.6.0

0 commit comments

Comments
 (0)