mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 07:26:48 +00:00
9 lines
152 B
YAML
9 lines
152 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
install:
|
|
- go get github.com/gorilla/websocket
|
|
- go get github.com/toorop/go-pusher
|
|
- go get github.com/thrasher-/socketio |