We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10af5fc commit 86176e5Copy full SHA for 86176e5
README.md
@@ -82,7 +82,7 @@ fmt.Printf("%#v\n", kl)
82
83
### Trade Websocket
84
85
-```
+```go
86
interrupt := make(chan os.Signal, 1)
87
signal.Notify(interrupt, os.Interrupt)
88
example/main.go
@@ -9,7 +9,7 @@ import (
9
10
"github.com/go-kit/kit/log"
11
"github.com/go-kit/kit/log/level"
12
- "gitlab.com/rootpd/binance"
+ "github.com/rootpd/binance"
13
)
14
15
func main() {
0 commit comments