mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Add package docs
This commit is contained in:
parent
53cdfb64c1
commit
28e5f9d4b0
2 changed files with 6 additions and 0 deletions
2
ui/messages/parser/doc.go
Normal file
2
ui/messages/parser/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Package parser contains the functions for parsing Matrix events into UIMessage objects.
|
||||
package parser
|
4
ui/messages/tstring/doc.go
Normal file
4
ui/messages/tstring/doc.go
Normal 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
|
Loading…
Add table
Reference in a new issue