Skip to content

Commit

Permalink
README.md: remove some dated Go notes
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
  • Loading branch information
bradfitz committed Sep 4, 2023
1 parent 2695f49 commit d8906ed
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@
This is a memcache client library for the Go programming language
(http://golang.org/).

## Installing
## Example

### Using *go get*
Install with:

```shell
$ go get github.com/bradfitz/gomemcache/memcache
```

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

```
$GOPATH/src/github.com/bradfitz/gomemcache/memcache
```

## Example
Then use it like:

```go
import (
Expand Down

0 comments on commit d8906ed

Please sign in to comment.