From 2053db46882ec55000def76814fdea6f0b58e6bb Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Fri, 24 May 2019 01:57:01 -0400 Subject: removed unnecessary type conversion --- cache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache.go b/cache.go index 691eb06..4f6b90e 100644 --- a/cache.go +++ b/cache.go @@ -136,8 +136,8 @@ func pullDatabase() { val := string(iter.Value()) split := strings.Split(key, "*") - urls := string(split[0]) - field := string(split[1]) + urls := split[0] + field := split[1] if urls != "remote" { // Start with an empty Data struct. If -- cgit 1.4.1-2-gfad0