From 36ea77baa5a41de10bd604cd0e5b5b3cafaaeb64 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 3 Jun 2018 12:54:43 +0300 Subject: service bus, http service, rpc bus, cli commands, new configs --- http/data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/data.go') diff --git a/http/data.go b/http/data.go index 865e4760..b84150ee 100644 --- a/http/data.go +++ b/http/data.go @@ -42,7 +42,7 @@ func (d dataTree) push(k string, v []string) { // mount mounts data tree recursively. func (d dataTree) mount(i []string, v []string) { - if len(v) == 0 || v[0] == "" { + if len(v) == 0 { return } -- cgit v1.2.3