Skip to content

Commit

Permalink
feat: adds installation section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou committed Sep 10, 2023
1 parent d5b75e6 commit bb6dea0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ func main() {

```

## installation
```go
go get github.com/ShindouMihou/siopao
```

view documentation over at your local ide or through [`pkg.go.dev`](https://pkg.go.dev/github.com/ShindouMihou/siopao).

## file io
siopao supports the following file methods:
- [x] `File.Write(any)`: writes to file, appends if it exists. anything other than string, `io.Reader`, `bufio.Reader` and byte array is translated to json.
Expand Down

0 comments on commit bb6dea0

Please sign in to comment.