Skip to main content

BufReader

type BufReader

type BufReader[GoType any] interface {
Read(reader io.Reader) GoType
}