From 9b2e628352338bc97e2c4c627a6f535a4a7021bd Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Sun, 11 Nov 2018 12:54:40 +0000 Subject: [PATCH] Add go report card badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fd485b..701a3fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Aminal - A Modern Terminal Emulator [![CircleCI](https://circleci.com/gh/liamg/aminal/tree/master.svg?style=svg)](https://circleci.com/gh/liamg/aminal/tree/master) +[![GoReportCard](https://goreportcard.com/badge/github.com/liamg/aminal)](https://goreportcard.com/report/github.com/liamg/aminal) Aminal is a modern terminal emulator implemented in Golang and utilising OpenGL. Whilst the basic functionality is in place, we're not yet at the stage to make a public release. Feel free to build and play with it though!