Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Dec 23, 2011
1 parent 0780803 commit 521adf1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a memcache client library for the Go programming language

### Using *goinstall*

$ goinstall github.com/bradfitz/gomemcache
$ goinstall github.com/bradfitz/gomemcache

After this command *gomemcache* is ready to use. Its source will be in:

Expand All @@ -24,7 +24,7 @@ You can use `goinstall -u -a` for update all installed packages.
## Example

import (
memcache "github.com/bradfitz/gomemcache"
"github.com/bradfitz/gomemcache/memcache"
)

func main() {
Expand All @@ -37,8 +37,9 @@ You can use `goinstall -u -a` for update all installed packages.

## Full docs, see:

See http://gopkgdoc.appspot.com/pkg/github.com/bradfitz/gomemcache
See http://gopkgdoc.appspot.com/pkg/github.com/bradfitz/gomemcache/memcache

Or run:

$ godoc github.com/bradfitz/gomemcache
$ godoc github.com/bradfitz/gomemcache/memcache

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 521adf1

Please sign in to comment.