From edb89240d9158a0224d7b9c7838f443fdadc9609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=92=D0=B5=D1=81=D0=B5=D0=BB=D1=8C=D1=81=D0=BA=D0=B8=D0=B9?= Date: Mon, 27 Jan 2025 12:32:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20client.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 client.go diff --git a/client.go b/client.go new file mode 100644 index 0000000..5ab7e4b --- /dev/null +++ b/client.go @@ -0,0 +1,5 @@ +package push_client + +type Client struct { + Addr string +}