From bc3c62e92ddf51b1294192bdc12fae41c5868aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=93=D1=80=D0=B8?= =?UTF-8?q?=D1=86=D0=BA=D0=BE=D0=B2?= Date: Tue, 8 Oct 2024 11:20:47 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5d4eaf8..8ccb422 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ Real stomp - websocket impl stomp library in go > How to use? >> go get "git.sis.ski/moxitech/realstomp-go" - +>If error: use $ export GOPRIVATE=git.sis.ski Example of create connection: ``` @@ -22,4 +22,5 @@ type StompClient struct { // make client from StompClient and invoke connect method -``` \ No newline at end of file +``` +