tg: Wording, young padawan
This commit is contained in:
parent
353f227706
commit
2152dd935e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
package tg_test
|
package tg_test
|
||||||
|
|
||||||
// This function creates a basic client that connects to a broker and checks for message containing greetings.
|
// This example creates a basic client that connects to a broker and checks for message containing greetings.
|
||||||
// If it finds a greeting message it will greet back the user (using the reply_to parameter)
|
// If it finds a greeting message it will greet back the user (using the reply_to parameter)
|
||||||
func ExampleCreateBrokerClient() {
|
func ExampleCreateBrokerClient() {
|
||||||
CreateBrokerClient("localhost:7314", func(broker *Broker, message APIMessage) {
|
CreateBrokerClient("localhost:7314", func(broker *Broker, message APIMessage) {
|
||||||
|
|
Reference in a new issue