package main import ( "fmt" "git.keegandeppe.com/kdeppe/adonis/internal/crypto" "os" ) func main() { fmt.Println("adonis") crypto.test() os.Exit(0) }