From f103cd412d45b55e22a2cb308a802c0f8955a5dc Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Thu, 26 Apr 2018 16:18:01 +0200 Subject: [PATCH] Linter fix --- types/tags.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/tags.go b/types/tags.go index 82e9bc9963..0811ef8702 100644 --- a/types/tags.go +++ b/types/tags.go @@ -4,8 +4,10 @@ import ( cmn "github.com/tendermint/tmlibs/common" ) +// Type synonym for convenience type Tag = cmn.KVPair +// Type synonym for convenience type Tags = cmn.KVPairs // Append two lists of tags