1
1
# Cachego
2
2
3
- [ ![ Build Status] ( https://img.shields.io/travis/fabiorphp /cachego/master.svg?style=flat-square )] ( https://travis-ci.org/fabiorphp /cachego )
4
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/fabiorphp /cachego/master.svg?style=flat-square )] ( https://coveralls.io/github/fabiorphp /cachego?branch=master )
5
- [ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square )] ( https://godoc.org/github.com/fabiorphp /cachego )
6
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/fabiorphp /cachego?style=flat-square )] ( https://goreportcard.com/report/github.com/fabiorphp /cachego )
7
- [ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square )] ( https://github.com/fabiorphp /cachego/blob/master/LICENSE )
3
+ [ ![ Build Status] ( https://img.shields.io/travis/faabiosr /cachego/master.svg?style=flat-square )] ( https://travis-ci.org/faabiosr /cachego )
4
+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/faabiosr /cachego/master.svg?style=flat-square )] ( https://coveralls.io/github/faabiosr /cachego?branch=master )
5
+ [ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square )] ( https://godoc.org/github.com/faabiosr /cachego )
6
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/faabiosr /cachego?style=flat-square )] ( https://goreportcard.com/report/github.com/faabiosr /cachego )
7
+ [ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square )] ( https://github.com/faabiosr /cachego/blob/master/LICENSE )
8
8
9
9
Simple interface for caching
10
10
@@ -13,13 +13,13 @@ Simple interface for caching
13
13
Cachego requires Go 1.9 or later.
14
14
15
15
```
16
- go get github.com/fabiorphp /cachego
16
+ go get github.com/faabiosr /cachego
17
17
```
18
18
19
19
If you want to get an specific version, please use the example below:
20
20
21
21
```
22
- go get gopkg.in/fabiorphp /cachego.v0
22
+ go get gopkg.in/faabiosr /cachego.v0
23
23
```
24
24
25
25
## Usage Examples
@@ -30,7 +30,7 @@ go get gopkg.in/fabiorphp/cachego.v0
30
30
package main
31
31
32
32
import (
33
- " github.com/fabiorphp /cachego"
33
+ " github.com/faabiosr /cachego"
34
34
" github.com/bradfitz/gomemcache/memcache"
35
35
)
36
36
@@ -47,7 +47,7 @@ func init() {
47
47
package main
48
48
49
49
import (
50
- " github.com/fabiorphp /cachego"
50
+ " github.com/faabiosr /cachego"
51
51
" gopkg.in/redis.v4"
52
52
)
53
53
@@ -68,7 +68,7 @@ func init() {
68
68
package main
69
69
70
70
import (
71
- " github.com/fabiorphp /cachego"
71
+ " github.com/faabiosr /cachego"
72
72
)
73
73
74
74
var cache cachego.Cache
@@ -86,7 +86,7 @@ func init() {
86
86
package main
87
87
88
88
import (
89
- " github.com/fabiorphp /cachego"
89
+ " github.com/faabiosr /cachego"
90
90
)
91
91
92
92
var cache cachego.Cache
@@ -102,7 +102,7 @@ func init() {
102
102
package main
103
103
104
104
import (
105
- " github.com/fabiorphp /cachego"
105
+ " github.com/faabiosr /cachego"
106
106
" gopkg.in/mgo.v2"
107
107
)
108
108
@@ -142,7 +142,7 @@ func init() {
142
142
package main
143
143
144
144
import (
145
- " github.com/fabiorphp /cachego"
145
+ " github.com/faabiosr /cachego"
146
146
)
147
147
148
148
var cache cachego.Cache
@@ -158,7 +158,7 @@ func init() {
158
158
package main
159
159
160
160
import (
161
- " github.com/fabiorphp /cachego"
161
+ " github.com/faabiosr /cachego"
162
162
bolt " github.com/coreos/bbolt"
163
163
)
164
164
@@ -176,7 +176,7 @@ func init() {
176
176
package main
177
177
178
178
import (
179
- " github.com/fabiorphp /cachego"
179
+ " github.com/faabiosr /cachego"
180
180
)
181
181
182
182
var cache cachego.Cache
@@ -211,7 +211,7 @@ func init() {
211
211
package main
212
212
213
213
import (
214
- " github.com/fabiorphp /cachego"
214
+ " github.com/faabiosr /cachego"
215
215
" github.com/bradfitz/gomemcache/memcache"
216
216
)
217
217
@@ -233,7 +233,7 @@ func main() {
233
233
234
234
## Documentation
235
235
236
- Read the full documentation at [ https://godoc.org/github.com/fabiorphp /cachego ] ( https://godoc.org/github.com/fabiorphp /cachego ) .
236
+ Read the full documentation at [ https://godoc.org/github.com/faabiosr /cachego ] ( https://godoc.org/github.com/faabiosr /cachego ) .
237
237
238
238
## Development
239
239
@@ -271,4 +271,4 @@ make test
271
271
272
272
## License
273
273
274
- This project is released under the MIT licence. See [ LICENSE] ( https://github.com/fabiorphp /cachego/blob/master/LICENSE ) for more details.
274
+ This project is released under the MIT licence. See [ LICENSE] ( https://github.com/faabiosr /cachego/blob/master/LICENSE ) for more details.
0 commit comments