From e8861f25c79e292b79aab4a8524df4586e8749c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20L=C3=B6ffel?= Date: Sat, 14 Jul 2018 23:29:03 +0200 Subject: [PATCH] added goreportcard --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5fc85ea..dc26c09 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # recws + +[![Go Report Card](https://goreportcard.com/badge/github.com/loeffel-io/recws)](https://goreportcard.com/report/github.com/loeffel-io/recws) + Reconnecting WebSocket is a websocket client based on [gorilla/websocket](https://github.com/gorilla/websocket) that will automatically reconnect if the connection is dropped.