File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,7 @@ This is a memcache client library for the Go programming language
11
11
12
12
After this command * gomemcache* is ready to use. Its source will be in:
13
13
14
- $GOROOT/src/pkg/github.com/bradfitz/gomemcache/memcache
15
-
16
- You can use ` go get -u -a ` for update all installed packages.
17
-
18
- ### Using * git clone* command:
19
-
20
- $ git clone git://github.com/bradfitz/gomemcache
21
- $ cd gomemcache/memcache
22
- $ make install
14
+ $GOPATH/src/github.com/bradfitz/gomemcache/memcache
23
15
24
16
## Example
25
17
@@ -37,7 +29,7 @@ You can use `go get -u -a` for update all installed packages.
37
29
38
30
## Full docs, see:
39
31
40
- See http ://godoc.org/github.com/bradfitz/gomemcache/memcache
32
+ See https ://godoc.org/github.com/bradfitz/gomemcache/memcache
41
33
42
34
Or run:
43
35
You can’t perform that action at this time.
0 commit comments