File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 junk1tm
3
+ Copyright (c) 2022 go-simpler
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# check
2
2
3
- [ ![ ci] ( https://github.com/junk1tm /check/actions/workflows/go.yml/badge.svg )] ( https://github.com/junk1tm /check/actions/workflows/go.yml )
4
- [ ![ docs] ( https://pkg.go.dev/badge/github.com/junk1tm /check.svg )] ( https://pkg.go.dev/github.com/junk1tm /check )
5
- [ ![ report] ( https://goreportcard.com/badge/github.com/junk1tm /check )] ( https://goreportcard.com/report/github.com/junk1tm /check )
6
- [ ![ codecov] ( https://codecov.io/gh/junk1tm /check/branch/main/graph/badge.svg )] ( https://codecov.io/gh/junk1tm /check )
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 )
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/junk1tm /check
13
+ go get github.com/go-simpler /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/junk1tm /check"
7
+ "github.com/go-simpler /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/junk1tm /check"
7
+ "github.com/go-simpler /check"
8
8
)
9
9
10
10
var user = struct {
Original file line number Diff line number Diff line change 1
- module github.com/junk1tm /check
1
+ module github.com/go-simpler /check
2
2
3
3
go 1.19
You can’t perform that action at this time.
0 commit comments