From bef3cb791c95d61954148f9ece76bdda89f45dcd Mon Sep 17 00:00:00 2001 From: lukechampine Date: Tue, 14 Jan 2020 00:28:18 -0500 Subject: [PATCH] add vanity import directive --- blake3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blake3.go b/blake3.go index f1a6b79..076d3b2 100644 --- a/blake3.go +++ b/blake3.go @@ -1,5 +1,5 @@ // Package blake3 implements the BLAKE3 cryptographic hash function. -package blake3 +package blake3 // import "lukechampine.com/blake3" import ( "encoding/binary"