From 20a1a31fa85d71f6fc36b7c895aa80646c8f7fb3 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 22 Mar 2018 23:45:54 +0200 Subject: Add doc.go files --- matrix/doc.go | 2 ++ matrix/room/doc.go | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 matrix/doc.go create mode 100644 matrix/room/doc.go (limited to 'matrix') diff --git a/matrix/doc.go b/matrix/doc.go new file mode 100644 index 0000000..2cd54e2 --- /dev/null +++ b/matrix/doc.go @@ -0,0 +1,2 @@ +// Package matrix contains wrappers for gomatrix for use by the UI of gomuks. +package matrix diff --git a/matrix/room/doc.go b/matrix/room/doc.go new file mode 100644 index 0000000..2a4ff4b --- /dev/null +++ b/matrix/room/doc.go @@ -0,0 +1,2 @@ +// Package rooms contains a representation for Matrix rooms and utilities to parse state events. +package rooms -- cgit v1.2.3