From 28e5f9d4b0384fe38299d60d5bf66d4441f387c3 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 15 Apr 2018 13:34:39 +0300 Subject: Add package docs --- ui/messages/tstring/doc.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ui/messages/tstring/doc.go (limited to 'ui/messages/tstring/doc.go') diff --git a/ui/messages/tstring/doc.go b/ui/messages/tstring/doc.go new file mode 100644 index 0000000..d03a1da --- /dev/null +++ b/ui/messages/tstring/doc.go @@ -0,0 +1,4 @@ +// Package tstring contains a string type that stores style data for each +// character, allowing it to be rendered to a tcell screen essentially +// unmodified. +package tstring -- cgit v1.2.3