Add package docs

This commit is contained in:
Tulir Asokan 2018-04-15 13:34:39 +03:00
parent 53cdfb64c1
commit 28e5f9d4b0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
// Package parser contains the functions for parsing Matrix events into UIMessage objects.
package parser

View File

@ -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