mirror of https://github.com/status-im/migrate.git
Merge pull request #6 from justinas/patch-1
Use raw string literal syntax
This commit is contained in:
commit
5202bf028b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue