From ae7cdfaf8d717b4ef85e3e59ad71d911a690185b Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Thu, 15 Oct 2015 14:57:29 -0700 Subject: [PATCH] consul: comment msgpack handle --- consul/fsm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consul/fsm.go b/consul/fsm.go index 391f3b8b5..58f07d455 100644 --- a/consul/fsm.go +++ b/consul/fsm.go @@ -14,6 +14,7 @@ import ( "github.com/hashicorp/raft" ) +// msgpackHandle is a shared handle for encoding/decoding msgpack payloads var msgpackHandle = &codec.MsgpackHandle{} // consulFSM implements a finite state machine that is used