Add doc.go files

This commit is contained in:
Tulir Asokan
2018-03-22 23:45:54 +02:00
parent a9c899f0d5
commit 20a1a31fa8
9 changed files with 18 additions and 0 deletions

2
ui/types/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package types contains common type definitions used mostly by the UI, but also other parts of gomuks.
package types