goreport: lint warning on code comment structure

Added a newline between group comment and exported variable line 😄
This commit is contained in:
Sarath Sadasivan Pillai 2019-04-04 13:52:12 +02:00 committed by Andy Pan
parent d6076c09aa
commit dec0401083
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ const (
var (
// Error types for the Ants API.
//---------------------------------------------------------------------------
// ErrInvalidPoolSize will be returned when setting a negative number as pool capacity.
ErrInvalidPoolSize = errors.New("invalid size for pool")