errors @ v0.7.1
integrity
- size
- 26.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/go-faster/errors
release notes
What's Changed
- Fix typo in README.md by @peczenyj in https://github.com/go-faster/errors/pull/27
- fix: errors.Join defined for go1.19 or below will not work using unsafe.String by @peczenyj in https://github.com/go-faster/errors/pull/30
New Contributors
- @peczenyj made their first contribution in https://github.com/go-faster/errors/pull/27
Full Changelog: https://github.com/go-faster/errors/compare/v0.7.0...v0.7.1
download
unix · zip
curl -fL -o v0.7.1.zip https://ratatoskr.space/pkg/errors/v0.7.1.zip
printf '%s %s\n' '2b51f4f9f523798e0066b6a1e500138aecbc44e3aedcc014ba76ebce788bc0c9' 'v0.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/errors/v0.7.1.zip"
$out = "v0.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2b51f4f9f523798e0066b6a1e500138aecbc44e3aedcc014ba76ebce788bc0c9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.7.1.tar.gz https://ratatoskr.space/pkg/errors/v0.7.1.tar.gz
printf '%s %s\n' '4a2755c44fed10442f4bafda538c8b7ad9a4e50a065e386cec55fa4e798dd7a5' 'v0.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/errors/v0.7.1.tar.gz"
$out = "v0.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a2755c44fed10442f4bafda538c8b7ad9a4e50a065e386cec55fa4e798dd7a5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.1.zip
printf '%s %s\n' '2b51f4f9f523798e0066b6a1e500138aecbc44e3aedcc014ba76ebce788bc0c9' 'v0.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.1.zip"
$out = "v0.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2b51f4f9f523798e0066b6a1e500138aecbc44e3aedcc014ba76ebce788bc0c9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.1.tar.gz
printf '%s %s\n' '4a2755c44fed10442f4bafda538c8b7ad9a4e50a065e386cec55fa4e798dd7a5' 'v0.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.1.tar.gz"
$out = "v0.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a2755c44fed10442f4bafda538c8b7ad9a4e50a065e386cec55fa4e798dd7a5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.7.1.zip | zip | 27.0 KiB |
blake3-24 de1d6ea52940736825bb634229005e5f86680975bed8247b
sha256 2b51f4f9f523798e0066b6a1e500138aecbc44e3aedcc014ba76ebce788bc0c9
sha1 04b69624134ebcf82034c78422805d8eda677ed5
|
| v0.7.1.tar.gz | tar.gz | 15.9 KiB |
blake3-24 e6860caf871eb17a27ab7212f5a000710db442de336b5cdd
sha256 4a2755c44fed10442f4bafda538c8b7ad9a4e50a065e386cec55fa4e798dd7a5
sha1 d1c5215337d3423032ebaffdabb2ad0e22034428
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v0.7.1.zip | zip | 27.9 KiB |
blake3-24 5f63511742b3b03d1ba0208947d0391aff1b1845aad8be19
sha256 abaa18b6ef2e97f1fd72965997be978c2f0d9adb14fc028841308ee802f2b36c
sha1 a51293ff8ede8e06698345a25959868a1ea581cd
|
install
bazel
http_archive(
name = "errors",
urls = ["https://ratatoskr.space/pkg/errors/v0.7.1.tar.gz"],
integrity = "sha256-SidVxE/tEEQvS6/aU4yLetmk5QoGXjhs7FX6TnmN16U=",
strip_prefix = "errors-v0.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/errors/v0.7.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/errors@v0.7.1
install via yggdrasil mesh
bazel
http_archive(
name = "errors",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.1.tar.gz"],
integrity = "sha256-SidVxE/tEEQvS6/aU4yLetmk5QoGXjhs7FX6TnmN16U=",
strip_prefix = "errors-v0.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors@v0.7.1