Hi. After updating swag to version v1.16.1 (@latest) the `swag init` command produce a `SwaggerInfo` variable with compile error. Steps to reproduce the behavior: 1. run the command `go install github.com/swaggo/swag/cmd/swag@latest` 2. run `swag init` 3. go to `docs.go` 4. See error in the bottom of the file **Screenshots** <img width="591" alt="Screenshot 1402-02-05 at 17 48 48" src="https://user-images.githubusercontent.com/45311375/234289115-491a920e-b1a9-40ef-8eb2-f9c2911b5b4f.png"> **swag version** v1.8.12 **go version** go1.19.2 darwin/arm64 OS: mac os Ventura