aboutsummaryrefslogtreecommitdiff
path: root/tags/messages.go
blob: cb5cd12557cd63926c014d89aa0001d7094883b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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."
)