From 33d022b659b0763dae0af6c072c955a04133e9db Mon Sep 17 00:00:00 2001 From: Davide de Lerma Date: Thu, 30 May 2024 17:25:00 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e49e1d5..ad2e69f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Description: -Here's an improved version of the sentence and description: An example in Go for publishing binary-encoded data to a socket and consuming the published data using two different goroutines. @@ -16,4 +15,4 @@ The program sends data to a socket in a binary-encoded format. The data simulate +-------+-------+-------+-------+ ``` -The listener consumes the data from the socket, decodes it, and prints it to the screen. \ No newline at end of file +The listener consumes the data from the socket, decodes it, and prints it to the screen.