Unexport http.QueryResultTypeBool

This commit is contained in:
Cody Soyland 2018-07-05 22:00:31 -05:00
parent ab26a1be4b
commit 88b45edd7c

View file

@ -1109,7 +1109,7 @@ const (
QueryResultTypePairs
QueryResultTypeValCount
QueryResultTypeUint64
QueryResultTypeBool
queryResultTypeBool
)
// parseUint64Slice returns a slice of uint64s from a comma-delimited string.