You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
I am trying to generate Go code from an OpenAPI 3 file and it just crash. I don't have any hint. Someone can help me (it does the same when I use the local file) ?
gnostic --resolve-refs --go-generator-out=./gen https://raw.githubusercontent.com/Terminal49/t49-api-documentation/master/docs/reference/terminal49/terminal49.v1.json
Errors reading https://raw.githubusercontent.com/Terminal49/t49-api-documentation/master/docs/reference/terminal49/terminal49.v1.json
Plugin error: [client.go:24:26: expected '(', found '-' (and 4 more errors) server.go:28:15: expected '(', found '-' (and 10 more errors) provider.go:14:4: expected ';', found '-' (and 1 more errors) types.go:226:9: expected type, found '-' (and 10 more errors)]
The text was updated successfully, but these errors were encountered:
I am trying to generate Go code from an OpenAPI 3 file and it just crash. I don't have any hint. Someone can help me (it does the same when I use the local file) ?
The text was updated successfully, but these errors were encountered: