type io.RuneScanner
3 uses
io (current package)
io.go#L297: 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.4.9. (GOOS=linux GOARCH=amd64)