mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 15:40:24 +09:00
According to the Go hash package documentation [1]:
type Hash interface {
// Write (via the embedded io.Writer interface) adds more data to the running hash.
// It never returns an error.
io.Writer
[1] https://pkg.go.dev/hash#Hash