Update main.go

Remove "error" package
master
Zmey! 2019-06-05 23:08:49 +03:00 committed by GitHub
parent adf349b846
commit 0d39fc598f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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