Sign in
go
/
website
/
44086c137c450561de992096ac32ac81752fefa9
/
.
/
_content
/
talks
/
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+`)