···6 "github.com/labstack/echo/v4"
7)
89+// This will confirm to the regex in the application if 5 chars are used for each side of the -
10+// /^[A-Z2-7]{5}-[A-Z2-7]{5}$/
11+var letters = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567")
1213func InputError(e echo.Context, custom *string) error {
14 msg := "InvalidRequest"