diff options
author | siddharth <s@ricketyspace.net> | 2021-10-10 10:55:39 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-10 10:55:39 -0400 |
commit | f9c878cbad59a98490e832703f19abf49bd6738f (patch) | |
tree | 18635a4d172a60ae73292f5e6583adf94ab2b1e4 /lib/sha1_test.go | |
parent | 4aa1b6bdc168756c5af0d7ec0d4f412d038a34ca (diff) |
lib: sha_test: reformat import statement
Diffstat (limited to 'lib/sha1_test.go')
-rw-r--r-- | lib/sha1_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sha1_test.go b/lib/sha1_test.go index 93fdb6f..71b1296 100644 --- a/lib/sha1_test.go +++ b/lib/sha1_test.go @@ -3,9 +3,7 @@ package lib -import ( - "testing" -) +import "testing" func TestSha1Hash(t *testing.T) { sha1 := Sha1{} |