From f5437632f486b7d0a0a181c58f113c86d032b02c Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 24 Apr 2017 20:11:36 -0400 Subject: Upgrading server dependancies (#6215) --- vendor/github.com/mitchellh/mapstructure/mapstructure_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/mitchellh/mapstructure/mapstructure_test.go') diff --git a/vendor/github.com/mitchellh/mapstructure/mapstructure_test.go b/vendor/github.com/mitchellh/mapstructure/mapstructure_test.go index 932779d93..547af7331 100644 --- a/vendor/github.com/mitchellh/mapstructure/mapstructure_test.go +++ b/vendor/github.com/mitchellh/mapstructure/mapstructure_test.go @@ -437,7 +437,7 @@ func TestDecode_DecodeHookType(t *testing.T) { func TestDecode_Nil(t *testing.T) { t.Parallel() - var input interface{} = nil + var input interface{} result := Basic{ Vstring: "foo", } -- cgit v1.2.3-1-g7c22