Skip to content

Commit c4f693a

Browse files
committed
Remove unnecessary instructions from README
1 parent c46848b commit c4f693a

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,6 @@ Its API is inspired from python language (getattr, setattr, hasattr...) and prov
1414

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

17-
18-
## Installation
19-
20-
#### Into the gopath
21-
22-
```
23-
go get gopkg.in/oleiade/reflections.v1
24-
```
25-
26-
#### Import it in your code
27-
28-
```go
29-
import (
30-
"gopkg.in/oleiade/reflections.v1"
31-
)
32-
```
33-
3417
## Usage
3518

3619
#### Accessing structure fields

0 commit comments

Comments
 (0)