Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naviarh committed Dec 2, 2018
1 parent ffd2d06 commit 58c6323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ the code for a complete set.

### 2 ways to use the library:

**1.**

```go
import "https://github.com/naviarh/to"
```
Expand All @@ -90,6 +92,8 @@ This method involves writing an additional prefix to function names, for example
to.Int(..), to.Float64(..), to.String(..)
```

**2.**

```go
import . "https://github.com/naviarh/to"
```
Expand Down

0 comments on commit 58c6323

Please sign in to comment.