File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,12 @@ Differences between the formats:
137137Usage
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
147147Then you can import and use it.
148148
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
88vNext
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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments