-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
up: use gookit/goutil/testutil instead of stretchr/testify on top pkg
- Loading branch information
Showing
6 changed files
with
263 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
//go:build !go1.18 | ||
// +build !go1.18 | ||
|
||
package config | ||
|
||
// alias of interface{}, use for go < 1.18 | ||
// alias of interface{} | ||
// | ||
// TIP: cannot add `go:build !go1.18` in file head, that require the go.mod set `go 1.18` | ||
type any = interface{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.