Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedelerma authored May 30, 2024
1 parent da1db97 commit 33d022b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
The listener consumes the data from the socket, decodes it, and prints it to the screen.

0 comments on commit 33d022b

Please sign in to comment.