fix in the example...

This commit is contained in:
francis
2013-10-05 20:24:27 -03:00
parent b26972df79
commit 394af5d64f

View File

@@ -43,7 +43,7 @@ example.go
client := spamc.New() client := spamc.New()
//the 2nd parameter is optional, you can set who (the unix user) do the call //the 2nd parameter is optional, you can set who (the unix user) do the call
reply, err := client.Check(html, "saintienn") reply, _ := client.Check(html, "saintienn")
fmt.Println(reply.Code) fmt.Println(reply.Code)
fmt.Println(reply.Message) fmt.Println(reply.Message)