add vanity import directive

This commit is contained in:
lukechampine 2020-01-14 00:28:18 -05:00
parent 20804e899d
commit bef3cb791c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Package blake3 implements the BLAKE3 cryptographic hash function.
package blake3
package blake3 // import "lukechampine.com/blake3"
import (
"encoding/binary"