diff options
Diffstat (limited to 'vendor/github.com/spf13/cast/README.md')
| -rw-r--r-- | vendor/github.com/spf13/cast/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/vendor/github.com/spf13/cast/README.md b/vendor/github.com/spf13/cast/README.md index 1be666a45..c58eccb3f 100644 --- a/vendor/github.com/spf13/cast/README.md +++ b/vendor/github.com/spf13/cast/README.md @@ -1,9 +1,9 @@ # cast -[](https://github.com/spf13/cast/actions/workflows/test.yaml) -[](https://pkg.go.dev/mod/github.com/spf13/cast) - -[](https://goreportcard.com/report/github.com/spf13/cast) +[](https://github.com/spf13/cast/actions/workflows/ci.yaml) +[](https://pkg.go.dev/mod/github.com/spf13/cast) + +[](https://deps.dev/go/github.com%252Fspf13%252Fcast) Easy and safe casting from one type to another in Go @@ -73,3 +73,7 @@ the code for a complete set. var eight interface{} = 8 cast.ToInt(eight) // 8 cast.ToInt(nil) // 0 + +## License + +The project is licensed under the [MIT License](LICENSE). |
