From fd605f3158db39c0804138561dc1c79016da33f4 Mon Sep 17 00:00:00 2001 From: kuangchanglang Date: Fri, 25 Oct 2019 16:30:44 +0800 Subject: [PATCH] chore: remove import comments Change-Id: I0eb929b12829dcb230e76c32c187491c07fbb802 --- consistent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consistent.go b/consistent.go index a1a1fa0..42bae7d 100644 --- a/consistent.go +++ b/consistent.go @@ -18,7 +18,7 @@ // // Read more about consistent hashing on wikipedia: http://en.wikipedia.org/wiki/Consistent_hashing // -package consistent // import "stathat.com/c/consistent" +package consistent import ( "errors"