Registry /
utility / pelletier-go-buffruneio
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
buffruneio
✓ github.com/pelletier/go-buffruneio
Read a single rune from a buffered rune reader.
package main
import (
"fmt"
"strings"
"github.com/pelletier/go-buffruneio"
)
func main() {
reader := buffruneio.NewReader(strings.NewReader("Hello, 世界"))
r, _, _ := reader.ReadRune()
fmt.Printf("%c\n", r)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.