Skip to content

Commit 86176e5

Browse files
committed
Fixing example import after move to github, updating README.
1 parent 10af5fc commit 86176e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fmt.Printf("%#v\n", kl)
8282

8383
### Trade Websocket
8484

85-
```
85+
```go
8686
interrupt := make(chan os.Signal, 1)
8787
signal.Notify(interrupt, os.Interrupt)
8888

example/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"github.com/go-kit/kit/log"
1111
"github.com/go-kit/kit/log/level"
12-
"gitlab.com/rootpd/binance"
12+
"github.com/rootpd/binance"
1313
)
1414

1515
func main() {

0 commit comments

Comments
 (0)