We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e2595 commit ff6ad65Copy full SHA for ff6ad65
examples/send.go
@@ -6,7 +6,7 @@ import (
6
7
func main() {
8
err := hare.Send("3000", "Hey")
9
- if err != {
+ if err != nil {
10
panic(err)
11
}
12
0 commit comments