From 88b45edd7c73d7dfaff401d88ee5cb7eaca5f389 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Thu, 5 Jul 2018 22:00:31 -0500 Subject: [PATCH] Unexport http.QueryResultTypeBool --- http/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/handler.go b/http/handler.go index 6df406e14..a51a1e0d0 100644 --- a/http/handler.go +++ b/http/handler.go @@ -1109,7 +1109,7 @@ const ( QueryResultTypePairs QueryResultTypeValCount QueryResultTypeUint64 - QueryResultTypeBool + queryResultTypeBool ) // parseUint64Slice returns a slice of uint64s from a comma-delimited string.