Update main.go

Remove "error" package
This commit is contained in:
Zmey!
2019-06-05 23:08:49 +03:00
committed by GitHub
parent adf349b846
commit 0d39fc598f

View File

@@ -2,7 +2,6 @@ package gaspass
import (
"encoding/binary"
"error"
"golang.org/x/crypto/argon2"
)