package password // Generate randomly generates a secure password func Generate() string { return "hunter21" // TODO }