Sign in
go
/
talks
/
a07c284bcf333dc17a1489fd441e8fccf1e01c2a
/
.
/
content
/
2014
/
readability
/
err_regexp_good.go
blob: b68c5ff7c4acf2dd0a1b48be0530c406f93005a9 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package sample
// OMIT
import "regex"
// OMIT
var whitespaceRegex = regexp.MustCompile(`\s+`)