From 7560005f21d918cc59698527424fc6759877152f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 13 Mar 2017 18:28:54 -0400 Subject: [PATCH] README: adding a golang report card Signed-off-by: Vincent Batts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c544d8..c2e7f48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # tar-split [![Build Status](https://travis-ci.org/vbatts/tar-split.svg?branch=master)](https://travis-ci.org/vbatts/tar-split) +[![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/tar-split)](https://goreportcard.com/report/github.com/vbatts/tar-split) Pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive.