errors @ v0.6.0
integrity
- size
- 24.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/go-faster/errors
release notes
What's Changed
- build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in https://github.com/go-faster/errors/pull/2
- build(deps): bump actions/download-artifact from 2.0.10 to 2.1.0 by @dependabot in https://github.com/go-faster/errors/pull/4
- build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0 by @dependabot in https://github.com/go-faster/errors/pull/3
- build(deps): bump actions/upload-artifact from 2.3.0 to 2.3.1 by @dependabot in https://github.com/go-faster/errors/pull/5
- build(deps): bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in https://github.com/go-faster/errors/pull/6
- build(deps): bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in https://github.com/go-faster/errors/pull/7
- feat: add Cause function by @tdakkota in https://github.com/go-faster/errors/pull/8
- build(deps): bump actions/upload-artifact from 2.3.1 to 3 by @dependabot in https://github.com/go-faster/errors/pull/14
- build(deps): bump actions/download-artifact from 2.1.0 to 3 by @dependabot in https://github.com/go-faster/errors/pull/13
- build(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in https://github.com/go-faster/errors/pull/12
- build(deps): bump actions/setup-go from 2.2.0 to 3 by @dependabot in https://github.com/go-faster/errors/pull/11
- build(deps): bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 by @dependabot in https://github.com/go-faster/errors/pull/10
- build(deps): bump actions/cache from 2.1.7 to 3 by @dependabot in https://github.com/go-faster/errors/pull/15
- build(deps): bump wagoid/commitlint-github-action from 4.1.9 to 4.1.10 by @dependabot in https://github.com/go-faster/errors/pull/16
- build(deps): bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in https://github.com/go-faster/errors/pull/17
- build(deps): bump wagoid/commitlint-github-action from 4.1.10 to 4.1.11 by @dependabot in https://github.com/go-faster/errors/pull/18
- feat: add Into and Must generic helpers by @tdakkota in https://github.com/go-faster/errors/pull/19
New Contributors
- @tdakkota made their first contribution in https://github.com/go-faster/errors/pull/8
Full Changelog: https://github.com/go-faster/errors/compare/v0.5.0...v0.6.0
download
unix · zip
curl -fL -o v0.6.0.zip https://ratatoskr.space/pkg/errors/v0.6.0.zip
printf '%s %s\n' '7329adff789e42de1988652d59baac4b5b635aa9f619773bdcaaf93811f715aa' 'v0.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/errors/v0.6.0.zip"
$out = "v0.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7329adff789e42de1988652d59baac4b5b635aa9f619773bdcaaf93811f715aa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0.tar.gz https://ratatoskr.space/pkg/errors/v0.6.0.tar.gz
printf '%s %s\n' '8dca3f9aa1c8dad7874c29bf6d5c0350a2eed53fbc9ff34596e4b5f65aad6c05' 'v0.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/errors/v0.6.0.tar.gz"
$out = "v0.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8dca3f9aa1c8dad7874c29bf6d5c0350a2eed53fbc9ff34596e4b5f65aad6c05") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.6.0.zip
printf '%s %s\n' '7329adff789e42de1988652d59baac4b5b635aa9f619773bdcaaf93811f715aa' 'v0.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.6.0.zip"
$out = "v0.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7329adff789e42de1988652d59baac4b5b635aa9f619773bdcaaf93811f715aa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.6.0.tar.gz
printf '%s %s\n' '8dca3f9aa1c8dad7874c29bf6d5c0350a2eed53fbc9ff34596e4b5f65aad6c05' 'v0.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.6.0.tar.gz"
$out = "v0.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8dca3f9aa1c8dad7874c29bf6d5c0350a2eed53fbc9ff34596e4b5f65aad6c05") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.6.0.zip | zip | 25.1 KiB |
blake3-24 61e65c0bc8c102b64f58b8d9ec8cd84584c7c49a3ffb85bf
sha256 7329adff789e42de1988652d59baac4b5b635aa9f619773bdcaaf93811f715aa
sha1 e59a8d7e3817a4e71031abbbfe33a627b9c9cdd6
|
| v0.6.0.tar.gz | tar.gz | 15.0 KiB |
blake3-24 14803165914d24dd9109e88c3319cb2198e459c506d4ef7f
sha256 8dca3f9aa1c8dad7874c29bf6d5c0350a2eed53fbc9ff34596e4b5f65aad6c05
sha1 af9bd21abe72618accfd34da080b2521a98162ea
|
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.6.0.zip | zip | 25.9 KiB |
blake3-24 bf3f874ec333066750b92d681f4a83622f85d6cdcb76e7b0
sha256 a297ec9115f3b0fb1c1d74bf47a630708efdc0337b095c8395114468e918a522
sha1 44a75b9cd0b8a3a463c5544e5a20f0bc1d42db62
|
install
bazel
http_archive(
name = "errors",
urls = ["https://ratatoskr.space/pkg/errors/v0.6.0.tar.gz"],
integrity = "sha256-jco/mqHI2teHTCm/bVwDUKLu1T+8n/NFluS19lqtbAU=",
strip_prefix = "errors-v0.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/errors/v0.6.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/errors@v0.6.0
install via yggdrasil mesh
bazel
http_archive(
name = "errors",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.6.0.tar.gz"],
integrity = "sha256-jco/mqHI2teHTCm/bVwDUKLu1T+8n/NFluS19lqtbAU=",
strip_prefix = "errors-v0.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors/v0.6.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/errors@v0.6.0