From a3f48093ebd8fcc3dc2ffefc727378ae8dca7269 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 23 Mar 2018 01:07:44 +0200 Subject: gofmt and govet --- matrix/rooms/room.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix/rooms/room.go') diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go index 4166fd7..56614de 100644 --- a/matrix/rooms/room.go +++ b/matrix/rooms/room.go @@ -42,7 +42,7 @@ type Room struct { topicCache string // fetchHistoryLock is used to make sure multiple goroutines don't fetch history for this room at the same time. - fetchHistoryLock *sync.Mutex `json:"-"` + fetchHistoryLock *sync.Mutex } func (room *Room) LockHistory() { -- cgit v1.2.3