mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-26 10:27:04 +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