Move RuneReader into bytes package
This commit is contained in:
@ -9,3 +9,7 @@ func Todo(t *testing.T) {
|
||||
func TestRegexp(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func TestRuneReader(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
Reference in New Issue
Block a user