-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Support for go 1.23 #1875
Comments
More detail needed. |
2024/08/23 09:23:47 Generate swagger docs.... Works fines with 1.22 Maybe it could work if exlucde internal go folders |
However also If I try it with parseInteral throw this .... task: [swagger] swag init -d src -g main.go -o src/resources/docs --parseGoList --parseDependency --parseInternal |
Just use golang v1.23 to rebuild your swag with source code |
/usr/local/go/src/slices/iter.go:50:17: cannot range over seq (variable of type iter.Seq[E]) |
Unfortunately I can't build my app using golang 1.23 runtime, I would like that swag can support it. There are many issues with new iter feature.
The text was updated successfully, but these errors were encountered: