all: apply gofumpt (#79)

Apply @mvdan's opinionated gofumpt formatter across the codebase.
This commit is contained in:
Michael McLoughlin
2019-04-13 22:53:13 -05:00
committed by GitHub
parent d0da7e47ad
commit 1735441939
19 changed files with 18 additions and 56 deletions

View File

@@ -1,8 +1,6 @@
package sha1
import (
"encoding/binary"
)
import "encoding/binary"
// Size of a SHA-1 checksum in bytes.
const Size = 20