type io.RuneScanner
3 uses
io (current package)
io.go#L294: type RuneScanner interface {
fmt
scan.go#L158: rs io.RuneScanner // where to read input
scan.go#L385: if rs, ok := r.(io.RuneScanner); ok {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)