bingjiac

Results 3 issues of bingjiac

After editing the launch.json with command `GoDbgConfig` and save it without changing anything, then I use `GoDebug` and it didnot show the prompt but the error message as follow ![image](https://user-images.githubusercontent.com/45346013/220292409-3fa2fd25-dc79-4947-8ed9-c2314439be86.png)...

question

ginkgo version: v2.15.0 custom go version for my project: go1.21 default go version(system-wide): go1.19 Issue description: When I want to use go1.21 to build and test my project, I had...

Hi, I had found an issue that self-reference or cyclic-reference will lead to stack overflow. Here is an example: ```golang package main import "github.com/mitchellh/hashstructure/v2" type Node struct { Ptr *Node...