1 2 3 4 5 6
package password // Generate randomly generates a secure password func Generate() string { return "hunter21" // TODO }