Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdee committed Apr 24, 2024
1 parent 9939804 commit 867e8c7
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 @@ -70,6 +70,16 @@ func example() {
}
```

### Testing

Tests are located in [`helpers_test.go`](./helpers_test.go)

Run tests:

```shell script
go test
```

### License

[MIT](./LICENSE.md)

0 comments on commit 867e8c7

Please sign in to comment.