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
If i use {{ and }} syntax in field comments swagger fail to templatize document with neccessary variables to function.
typeStructstruct{
Field1string// you can use {{funcwhatever param}} in string value
}
swaggo successfully compiles docs.go but fails to template it because funcwhatever is not defined in runtime.
as a result html page become dysfunctional