Update main.go

This commit is contained in:
Zmey!
2019-06-05 23:10:30 +03:00
committed by GitHub
parent 0d39fc598f
commit 4b9ca2d5ea

View File

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