1 Star 0 Fork 0

Laomo. / golangci-lint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
printer.go 179 Bytes
一键复制 编辑 原始数据 按行查看 历史
package printers
import (
"context"
"github.com/golangci/golangci-lint/pkg/result"
)
type Printer interface {
Print(ctx context.Context, issues <-chan result.Issue) error
}
1
https://gitee.com/LaomoBK/golangci-lint.git
git@gitee.com:LaomoBK/golangci-lint.git
LaomoBK
golangci-lint
golangci-lint
v1.10.1

搜索帮助