Results 5 issues of hao.wu

自己也想建一个blog学习了

https://github.com/DinghaoLI/Coding-Interviews-Golang/blob/cd7e47ea581265709ed5b1fb75c073c93dfdab34/018-%E6%A0%91%E7%9A%84%E5%AD%90%E7%BB%93%E6%9E%84/problem018.go#L32

A panic occurs when there is a circular reference to the structure code ```go func Test_xxx(t *testing.T) { type Node struct { ID int Next *Node } var node Node...

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? v0.24.0 ### What version of Go are you using? go version go1.19.2 darwin/arm64...

bug

Why can't the parameters of MustFindBox or FindBox be variables and constants? Why didn't go/ast mentioned in the link https://github.com/GeertJohan/go.rice/issues/18 come in later?