Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 322e383012 | |||
| 7ca5f7be25 | |||
| 585dbba0b1 |
@@ -1,9 +0,0 @@
|
||||
package lexer
|
||||
|
||||
import "unicode"
|
||||
|
||||
// IsSpace reports whether the rune is a space character as
|
||||
// defined by Unicode's White Space property
|
||||
func IsSpace(r rune) bool {
|
||||
return unicode.IsSpace(r)
|
||||
}
|
||||
Reference in New Issue
Block a user