Skip to content

Commit 70d540a

Browse files
committed
Update ReadMe with CI test badge and go-pkg-docs
1 parent aea9d9e commit 70d540a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Chat Server - A Go Concurrency Learning Project
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/ivanfetch/chatserver.svg)](https://pkg.go.dev/github.com/ivanfetch/chatserver)
4+
![Tests](https://github.com/ivanfetch/chatserver/actions/workflows/tests.yml/badge.svg)
5+
36
This chat server accepts TCP connections, and allows users to broadcast messages, change their nickname, and of course, disconnect. You can connect to the chat server using a utility like [netcat](https://en.wikipedia.org/wiki/Netcat) or telnet.
47

58
## Usage

0 commit comments

Comments
 (0)