github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/talks/2014/readability/err_regexp_good.go (about) 1 // +build OMIT 2 3 package sample // OMIT 4 5 import "regex" // OMIT 6 7 var whitespaceRegex = regexp.MustCompile(`\s+`)