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