From ed791fad712c0d54a69e6489f288e13e9183dd4c Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Thu, 29 Nov 2018 22:39:23 -0800 Subject: [PATCH] HAR-84: golint fix on ida Signed-off-by: Leo Chen --- p2p/ida/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/ida/errors.go b/p2p/ida/errors.go index 9e25b0c09..6552e2f33 100644 --- a/p2p/ida/errors.go +++ b/p2p/ida/errors.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Package errors provides common error types used throughout leveldb. +// Package ida errors provides common error types used throughout leveldb. package ida import (