File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# check
2
2
3
3
[ ![ ci] ( https://github.com/go-simpler/check/actions/workflows/go.yml/badge.svg )] ( https://github.com/go-simpler/check/actions/workflows/go.yml )
4
- [ ![ docs] ( https://pkg.go.dev/badge/github.com/ go-simpler/check.svg )] ( https://pkg.go.dev/github.com/ go-simpler/check )
5
- [ ![ report] ( https://goreportcard.com/badge/github.com/ go-simpler/check )] ( https://goreportcard.com/report/github.com/ go-simpler/check )
4
+ [ ![ docs] ( https://pkg.go.dev/badge/go-simpler.org /check.svg )] ( https://pkg.go.dev/go-simpler.org /check )
5
+ [ ![ report] ( https://goreportcard.com/badge/go-simpler.org /check )] ( https://goreportcard.com/report/go-simpler.org /check )
6
6
[ ![ codecov] ( https://codecov.io/gh/go-simpler/check/branch/main/graph/badge.svg )] ( https://codecov.io/gh/go-simpler/check )
7
7
8
8
Convenience helpers to perform validations of any kind
9
9
10
10
## 📦 Install
11
11
12
12
``` shell
13
- go get github.com/ go-simpler/check
13
+ go get go-simpler.org /check
14
14
```
15
15
16
16
## 📋 Usage
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"testing"
6
6
7
- "github.com/ go-simpler/check"
7
+ "go-simpler.org /check"
8
8
)
9
9
10
10
func TestCheck (t * testing.T ) {
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"fmt"
6
6
7
- "github.com/ go-simpler/check"
7
+ "go-simpler.org /check"
8
8
)
9
9
10
10
var user = struct {
Original file line number Diff line number Diff line change 1
- module github.com/ go-simpler/check
1
+ module go-simpler.org /check
2
2
3
3
go 1.19
You can’t perform that action at this time.
0 commit comments