From 59cf05b4f5d7f07b2bcd5c779c1e1b6a995cee4d Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Thu, 5 Mar 2015 01:46:30 -0800 Subject: [PATCH] fix a comment --- rpc_util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc_util.go b/rpc_util.go index 30f9ccb8..5874be21 100644 --- a/rpc_util.go +++ b/rpc_util.go @@ -189,7 +189,6 @@ func Code(err error) codes.Code { } // Errorf returns an error containing an error code and a description; -// Code extracts the Code. // Errorf returns nil if c is OK. func Errorf(c codes.Code, format string, a ...interface{}) error { if c == codes.OK {