Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p9595jh committed Oct 28, 2022
1 parent 1a51e80 commit 598c140
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,13 @@ stringArray := fpgo.New([]int{1, 2, 3}).
}).V.([]string)
fmt.Println(stringArray) // [No.3 No.2 No.1]
```

## How to use

```
go get github.com/p9595jh/fpgo
```

```
import "github.com/p9595jh/fpgo"
```

0 comments on commit 598c140

Please sign in to comment.