Move RuneReader into bytes package

This commit is contained in:
2024-09-10 16:52:08 -06:00
parent 2a4e499be2
commit 0aa8a89014
3 changed files with 36 additions and 32 deletions

View File

@ -9,3 +9,7 @@ func Todo(t *testing.T) {
func TestRegexp(t *testing.T) {
Todo(t)
}
func TestRuneReader(t *testing.T) {
Todo(t)
}