chore: remove leftover hashgen temp file
This commit is contained in:
-17
@@ -1,17 +0,0 @@
|
|||||||
//go:build ignore
|
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"fmt"
|
|
||||||
"git.dustin.coffee/hobokenchicken/dumpsterChat/internal/auth"
|
|
||||||
)
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
hash, err := auth.HashPassword("password")
|
|
||||||
if err != nil {
|
|
||||||
panic(err)
|
|
||||||
}
|
|
||||||
fmt.Print(hash)
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user