From 600c790b16da40ba7d78d98e9a5f35ff8adc5274 Mon Sep 17 00:00:00 2001 From: Dmitry Sovetin <46561144+SDMMSK@users.noreply.github.com> Date: Wed, 9 Oct 2019 14:40:17 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4a86b..1fda185 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Languages](https://img.shields.io/github/languages/top/SDMMSK/GoUDPServer.svg?style=flat-square)](README.md) [![Code Size](https://img.shields.io/github/languages/code-size/SDMMSK/GoUDPServer.svg?style=flat-square)](README.md) -[![License](https://img.shields.io/github/license/SDMMSK/GoUDPServer.svg?style=flat-square)](LICENSE) +[![License](https://img.shields.io/github/license/SDMMSK/GoUDPServer.svg?style=flat-square)](LICENSE) +[![Go Report Card](https://goreportcard.com/badge/github.com/SDMMSK/GoUDPServer)](https://goreportcard.com/report/github.com/SDMMSK/GoUDPServer) Simple multithreaded GoLang UDP server. The number of threads is determined by the number of CPU cores.