this repo has no description

dumb

Hailey 14be3d5a 5817a10f

Changed files
+3 -1
internal
helpers
+3 -1
internal/helpers/helpers.go
··· 6 "github.com/labstack/echo/v4" 7 ) 8 9 - var letters = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890") 10 11 func InputError(e echo.Context, custom *string) error { 12 msg := "InvalidRequest"
··· 6 "github.com/labstack/echo/v4" 7 ) 8 9 + // 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") 12 13 func InputError(e echo.Context, custom *string) error { 14 msg := "InvalidRequest"