lestrrat
lestrrat
@soh335 ああ、もうそっち先にやっちゃいます? じゃあそうするか…
もし問題なければ拙作のgo-scripting使っていいです?
む、github.com/pkg/errors使っちゃってるけど、それもないほうがいいのかな…
go-scriptingを使わない、はメリットあるなしで判断で別にいいんですけど、標準ライブラリ縛りは正直100%やるかやらないかどっちかに統一しないと正直あんまり意味ないかなーと思います。
@seankhliao I suppose in terms of code, etc, this does not add much. If anything please take this as "I actually needed it in the field, and `interface { Unwrap()...
@neild Thanks, here's some example. Hope it makes some sense. --- The case I was handling was collecting data from multiple goroutines ```mermaid graph LR A(User) --> B[Driver] B -->...
@neild I think the main point of my argument got lost because of my bad example. My main point was that `errors.Is` or `errors.As` still requires the users to know...
@neild I think you are right that that's the "correct" way to code. But I argue that there are at least two circumstances when I still want to examine individual...
At least as of today, [no can do](https://github.com/golang/go/issues/49085) even if we wanted to.
This has been implmented in #990. Closing