diff --git a/pkg/server/microsub.go b/pkg/server/microsub.go index d286b97..e16d50f 100644 --- a/pkg/server/microsub.go +++ b/pkg/server/microsub.go @@ -16,7 +16,7 @@ import ( ) var ( - entryRegex = regexp.MustCompile("^entry\\[\\d+\\]$") + entryRegex = regexp.MustCompile(`^entry\[\d+\]$`) ) // Constants used for the responses