fix for example
This commit is contained in:
parent
2158fa1362
commit
bbc6294f44
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func main() {
|
|||
fmt.Println("Something went wrong!", err)
|
||||
}
|
||||
|
||||
r.Text(fmt.Sprintf("Hello, %v!", p.FirstName), messenger.ResponseType)
|
||||
r.Text(fmt.Sprintf("Hello, %v!", p.FirstName), messenger.ResponseType, "")
|
||||
})
|
||||
|
||||
addr := fmt.Sprintf("%s:%d", *host, *port)
|
||||
|
|
Loading…
Add table
Reference in a new issue