We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于 go swagger 依赖版本过低,若使用 go 1.22 版本安装会报以下错误
swagger generate spec --output=./fms.json --scan-models panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa1283e] goroutine 206 [running]: go/types.(*Checker).handleBailout(0xc00148cc00, 0xc0014e9bd0) /home/ryan/software/go/src/go/types/check.go:367 +0x88
解决方法:
go install github.com/go-swagger/go-swagger/cmd/swagger@db51e79
The text was updated successfully, but these errors were encountered:
非常好用 !lgfm
Sorry, something went wrong.
No branches or pull requests
由于 go swagger 依赖版本过低,若使用 go 1.22 版本安装会报以下错误
解决方法:
go install github.com/go-swagger/go-swagger/cmd/swagger@db51e79
The text was updated successfully, but these errors were encountered: