From 66ec35051a6f974dab23085836383e035192b837 Mon Sep 17 00:00:00 2001 From: #69D2E7 <57406609+1e6@users.noreply.github.com> Date: Thu, 21 Nov 2019 12:17:45 +0800 Subject: [PATCH] Remove dead link to termtables, fix typo slash (#2828) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 732410ff..abdbbc28 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [tabular](https://github.com/InVisionApp/tabular) - Print ASCII tables from command line utilities without the need to pass large sets of data to the API. * [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces. * [termdash](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). -* [termtables](https://github.com/apcera/termtables) - Go port of the Ruby library [terminal-tables](https://github.com/tj/terminal-table) for simple ASCII table generation as well as providing markdown and HTML output. * [termui](https://github.com/gizak/termui) - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). * [uilive](https://github.com/gosuri/uilive) - Library for updating terminal output in realtime. * [uiprogress](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. @@ -2344,7 +2343,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Go Forum](https://forum.golangbridge.org) - Forum to discuss Go. * [Go In 5 Minutes](https://www.goin5minutes.com/) - 5 minute screencasts focused on getting one thing done. * [Go Projects](https://github.com/golang/go/wiki/Projects) - List of projects on the Go community wiki. -* [Go Report Card](https://goreportcard.com) - A report card for your Go package.\ +* [Go Report Card](https://goreportcard.com) - A report card for your Go package. * [go.dev](https://go.dev/) - A hub for Go developers. * [gocryforhelp](https://github.com/ninedraft/gocryforhelp) - Collection of Go projects that needs help. Good place to start your open-source way in Go. * [godoc.org](https://godoc.org/) - Documentation for open source Go packages.