package tags const ( ExpectedEquals = "Expected '=' after parameter key." ExpectedParamKey = "Expected parameter key identifier." ExpectedRouteName = "Expected route name string." ExpectedVariableName = "Expected variable name after 'as'." RegistrationFailed = "Failed to register tag: %s." RouteNotFound = "Route not found: %s." TemplateWriteFailed = "Failed to write template output." )