Skip to content

Commit

Permalink
docs: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiAndrea committed Mar 12, 2021
1 parent b44743b commit 500eb3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

# Go Test Helper

#### Helper for golang tests, no dependencies and easy to use. Great for testing algorithmic problems

## Install and Usage

### Install the package with
Expand All @@ -19,6 +21,6 @@ import (
)
```

Check GoPearls project to see test-helper package running in real scenario [GoPearls](https://github.com/LuigiAndrea/GoPearls)
Check [GoPearls](https://github.com/LuigiAndrea/GoPearls) project to see test-helper package running in real scenario

See documentation for more details and examples

0 comments on commit 500eb3e

Please sign in to comment.