blob: fd34e25615a1c48fa2a1ef04f4c9bb5c9cd24c82 [file] [log] [blame]
// +build OMIT
package sample // OMIT
import "regex" // OMIT
var whitespaceRegex = regexp.MustCompile(`\s+`)