Merge pull request #6 from justinas/patch-1

Use raw string literal syntax
This commit is contained in:
Matthias Kadenbach 2014-08-15 20:16:13 +02:00
commit 5202bf028b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
"strings"
)
var filenameRegex = "^([0-9]+)_(.*)\\.(up|down)\\.%s$"
var filenameRegex = `^([0-9]+)_(.*)\.(up|down)\.%s$`
// FilenameRegex builds regular expression stmt with given
// filename extension from driver.