Loading CHANGELOG.md +9 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Support up to Go 1.26. - Proxy and backport standard `errors.AsType` function. ### Removed - Support for Go 1.17. ## [0.10.0] - 2024-09-09 ### Added Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ This is a Go package. You can add it to your project using `go get`: go get gitlab.com/tozd/go/errors ``` It requires Go 1.17 or newer. It requires Go 1.18 or newer. ## Usage Loading Loading
CHANGELOG.md +9 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Support up to Go 1.26. - Proxy and backport standard `errors.AsType` function. ### Removed - Support for Go 1.17. ## [0.10.0] - 2024-09-09 ### Added Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ This is a Go package. You can add it to your project using `go get`: go get gitlab.com/tozd/go/errors ``` It requires Go 1.17 or newer. It requires Go 1.18 or newer. ## Usage Loading