errors @ v0.7.0
integrity
- size
- 27.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/go-faster/errors
release notes
What's Changed
- test: add simple compatibility test for new
errors.Joinby @tdakkota in https://github.com/go-faster/errors/pull/24 - feat: add join by @sashamelentyev in https://github.com/go-faster/errors/pull/26
New Contributors
- @sashamelentyev made their first contribution in https://github.com/go-faster/errors/pull/26
Full Changelog: https://github.com/go-faster/errors/compare/v0.6.1...v0.7.0
download
unix · zip
curl -fL -o v0.7.0.zip https://ratatoskr.space/pkg/errors/v0.7.0.zip
printf '%s %s\n' '285f7544c3eea180cd7d2f3a430d025ba19b16008167657704b3f17997415ad5' 'v0.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/errors/v0.7.0.zip"
$out = "v0.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "285f7544c3eea180cd7d2f3a430d025ba19b16008167657704b3f17997415ad5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.7.0.tar.gz https://ratatoskr.space/pkg/errors/v0.7.0.tar.gz
printf '%s %s\n' '2d3df917e4008963ad753c181e90709fe7551ca282398c0e03d6ba395b0450cc' 'v0.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/errors/v0.7.0.tar.gz"
$out = "v0.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d3df917e4008963ad753c181e90709fe7551ca282398c0e03d6ba395b0450cc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.0.zip
printf '%s %s\n' '285f7544c3eea180cd7d2f3a430d025ba19b16008167657704b3f17997415ad5' 'v0.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.0.zip"
$out = "v0.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "285f7544c3eea180cd7d2f3a430d025ba19b16008167657704b3f17997415ad5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.0.tar.gz
printf '%s %s\n' '2d3df917e4008963ad753c181e90709fe7551ca282398c0e03d6ba395b0450cc' 'v0.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.0.tar.gz"
$out = "v0.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d3df917e4008963ad753c181e90709fe7551ca282398c0e03d6ba395b0450cc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.7.0.zip | zip | 27.4 KiB |
blake3-24 d5389ff95d7813da3c07642b956f9fbca04946c1cf775c7c
sha256 285f7544c3eea180cd7d2f3a430d025ba19b16008167657704b3f17997415ad5
sha1 01fa13dd3e20a2b7716663f2aa847395a1dd8fa9
|
| v0.7.0.tar.gz | tar.gz | 16.2 KiB |
blake3-24 8b2b6a6f85248b5e87b4fdce4fba210c80373c5d65efa491
sha256 2d3df917e4008963ad753c181e90709fe7551ca282398c0e03d6ba395b0450cc
sha1 638c89a6c11153bdc47d3ea8b6fb373359eeeb15
|
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.0.zip | zip | 28.3 KiB |
blake3-24 9c9d486c8442aee471bb32f815fc2d478a4aa2c26033a862
sha256 fc8d776fef9db785c752b0d0ac1c8a838442eccc7372f82cd4f7c15845d80d05
sha1 d5837e44ed204a94ab882ae57d853131afbfc765
|
install
bazel
http_archive(
name = "errors",
urls = ["https://ratatoskr.space/pkg/errors/v0.7.0.tar.gz"],
integrity = "sha256-LT35F+QAiWOtdTwYHpBwn+dVHKKCOYwOA9a6OVsEUMw=",
strip_prefix = "errors-v0.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/errors/v0.7.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/errors@v0.7.0
install via yggdrasil mesh
bazel
http_archive(
name = "errors",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.0.tar.gz"],
integrity = "sha256-LT35F+QAiWOtdTwYHpBwn+dVHKKCOYwOA9a6OVsEUMw=",
strip_prefix = "errors-v0.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.7.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors@v0.7.0