Files
zyedidia.micro/internal/buffer
Dmytro Maluka e0f5361d97 calcHash: remove unneeded h.Write() error checks
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
2024-08-18 13:35:27 +02:00
..
2020-05-20 16:47:08 -04:00
2020-09-16 00:08:01 -04:00
2019-12-25 17:05:10 -05:00