Skip to content

Commit

Permalink
Remove unnecessary instructions from README
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr-ableton committed Nov 15, 2020
1 parent c46848b commit c4f693a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ Its API is inspired from python language (getattr, setattr, hasattr...) and prov

Documentation is available at http://godoc.org/github.com/oleiade/reflections


## Installation

#### Into the gopath

```
go get gopkg.in/oleiade/reflections.v1
```

#### Import it in your code

```go
import (
"gopkg.in/oleiade/reflections.v1"
)
```

## Usage

#### Accessing structure fields
Expand Down

0 comments on commit c4f693a

Please sign in to comment.