From 3000d49344c3cfc03e0e94290e20f9f1c1250cb5 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 2 Mar 2019 18:35:01 -0500 Subject: [PATCH] Updated Linestyle API (markdown) --- Linestyle-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linestyle-API.md b/Linestyle-API.md index 4dc5c21..1180cf2 100644 --- a/Linestyle-API.md +++ b/Linestyle-API.md @@ -2,13 +2,13 @@ [![Doc Status](https://godoc.org/github.com/mum4k/termdash/linestyle?status.png)](https://godoc.org/github.com/mum4k/termdash/linestyle) -The [linestyle](https://github.com/mum4k/termdash/tree/master/linestyle) package exposes types that identify styles of lines drawn on the terminal. Lines are typically used when drawing boxes or borders. +The [linestyle](https://godoc.org/github.com/mum4k/termdash/linestyle) package exposes types that identify styles of lines drawn on the terminal. Lines are typically used when drawing boxes or borders. This is a data-only package which provides types that are accepted by the infrastructure and widgets in multiple locations. The public API surface of this package consists of the following: -## [linestyle.LineStyle](https://github.com/mum4k/termdash/blob/1c6947618b08ae236959763efd07278be5f03211/linestyle/linestyle.go#L18-L19) +## [linestyle.LineStyle](https://godoc.org/github.com/mum4k/termdash/linestyle#LineStyle) The **linestyle.LineStyle** type represents a style of a line. All line style utilize the Unicode box drawing characters documented here: