Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diiyw committed Apr 12, 2024
1 parent 4391182 commit 08f6dc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: 1.19

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
run: go test -coverprofile=coverage.out -covermode=atomic

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ It is a simple and easy to embed in your application.
```bash
go get github.com/diiyw/[email protected]
```
Or use test version
```bash
go get github.com/diiyw/[email protected]
```
```go
package main

Expand Down

0 comments on commit 08f6dc3

Please sign in to comment.