wrong comments
This commit is contained in:
parent
173a1a39ec
commit
6bc8c10eed
|
|
@ -13,7 +13,7 @@ func Hello(name string) (string,error) {
|
|||
}
|
||||
// Return a greeting that embeds the name in a message.
|
||||
message := fmt.Sprintf(randomFormat(), name)
|
||||
# message := fmt.Sprintf("Hi, %v. Welcome!", name)
|
||||
// message := fmt.Sprintf("Hi, %v. Welcome!", name)
|
||||
return message, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue