Обновить Readme.md
This commit is contained in:
parent
b1d201306b
commit
bc3c62e92d
|
|
@ -2,7 +2,7 @@ Real stomp - websocket impl stomp library in go
|
||||||
|
|
||||||
> How to use?
|
> How to use?
|
||||||
>> go get "git.sis.ski/moxitech/realstomp-go"
|
>> go get "git.sis.ski/moxitech/realstomp-go"
|
||||||
|
>If error: use $ export GOPRIVATE=git.sis.ski
|
||||||
Example of create connection:
|
Example of create connection:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -23,3 +23,4 @@ type StompClient struct {
|
||||||
// make client from StompClient and invoke connect method
|
// make client from StompClient and invoke connect method
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue