Added package summaries to more packages

This commit is contained in:
2023-03-16 01:10:59 -04:00
parent d57db6327d
commit 11b680db63
9 changed files with 19 additions and 0 deletions

3
backends/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package backends contains sub-packages that register backends with tomo when
// linked into a program.
package backends

2
backends/x/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package x implements an X11 backend.
package x