Rename utils package argon2
utils was not explicit enough when using package, argon2 describes exactly what this package does.
This commit is contained in:
parent
7f964ef409
commit
96032a8774
|
@ -1,4 +1,4 @@
|
||||||
package utils
|
package argon2
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
|
@ -1,4 +1,4 @@
|
||||||
package utils
|
package argon2
|
||||||
|
|
||||||
import "errors"
|
import "errors"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package utils
|
package argon2
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
"log"
|
Loading…
Reference in New Issue
Block a user