Rename utils package argon2

utils was not explicit enough when using package, argon2 describes exactly what this package does.
This commit is contained in:
euphoria-laxis 2023-09-13 10:18:10 +02:00
parent 7f964ef409
commit 96032a8774
No known key found for this signature in database
GPG Key ID: B556571C219FF9D5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package utils package argon2
import ( import (
"crypto/rand" "crypto/rand"

View File

@ -1,4 +1,4 @@
package utils package argon2
import "errors" import "errors"

View File

@ -1,4 +1,4 @@
package utils package argon2
import ( import (
"log" "log"