iSCPv2 Client Library
-
Execute go get command
go get github.com/aptpod/iscp-go
- See Example
The implementation of WebSocket is as follows. You can switch implementations using build tags.
- gorilla/websocket (Default)
- nhooyr/websocket (
nhooyr
)
-
Fork this repository
-
Clone this repository
-
Change the origin url of the cloned repository as below.
git remote set-url origin <your forked repository>