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
> git clone https://github.com/swaggo/swag.git
> cd swag/example/celler
> swag init
> go run main.go
# github.com/swaggo/swag/example/celler/docs
docs/docs.go:1044:2: unknown field LeftDelim in struct literal of type "github.com/swaggo/swag".Spec
docs/docs.go:1045:2: unknown field RightDelim in struct literal of type "github.com/swaggo/swag".Spec
Describe the bug
Example code not working.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Example application starting successfully.
Screenshots
N/A
Your swag version
Latest c7f1cd8
Your go version
Desktop (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: