😸

goのfmt.Errorf()とerrorsのセットとxerrorsは異なる

2020/09/19に公開1

fmt.Errorf() は位置を記録しない。xerrors.Errorf() は位置を記録する。

試してみるまで気づかなかったのだけど、godocでの他の機能の範疇だった。

https://pkg.go.dev/golang.org/x/xerrors

No other features of this package were included in Go 1.13, and at present there are no plans to include any of them

Discussion