When i write a function in Go, it should return a value and an error like
func createHashedPassword(password string) string, error { //code }