diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-22 23:45:54 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-22 23:45:54 +0200 |
commit | 20a1a31fa85d71f6fc36b7c895aa80646c8f7fb3 (patch) | |
tree | 774c02138a7879ae4532edd01a1fc5c707485a63 /ui/types | |
parent | a9c899f0d5e816efc0d5d98c59320c59e2fbff39 (diff) |
Add doc.go files
Diffstat (limited to 'ui/types')
-rw-r--r-- | ui/types/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/types/doc.go b/ui/types/doc.go new file mode 100644 index 0000000..5bc229c --- /dev/null +++ b/ui/types/doc.go @@ -0,0 +1,2 @@ +// Package types contains common type definitions used mostly by the UI, but also other parts of gomuks. +package types |