Обновить Readme.md

This commit is contained in:
Никита Грицков 2024-10-08 11:20:47 +07:00
parent b1d201306b
commit bc3c62e92d
1 changed files with 3 additions and 2 deletions

View File

@ -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
``` ```