From 272af1e39f597ee9218296525a660684ab2fc34d Mon Sep 17 00:00:00 2001 From: kenshin Date: Wed, 31 Jul 2013 10:43:50 +0800 Subject: [PATCH] syntax error. --- hosts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.go b/hosts.go index b4bac4f..5856910 100644 --- a/hosts.go +++ b/hosts.go @@ -25,7 +25,7 @@ func NewHosts(hs HostsSettings, rs RedisSettings) Hosts { /* 1. Resolve hosts file only one times -2. Request redis on every get called, may lead to performance lose serious +2. Request redis on every query called, not found performance lose serious yet. 3. Match local /etc/hosts file first, remote redis records second */