5 Star 24 Fork 0

Gitee 极速下载 / goldmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/yuin/goldmark
克隆/下载
Makefile 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuin 提交于 2023-08-15 18:40 . Apply linters
.PHONY: test fuzz lint
lint:
golangci-lint run -c .golangci.yml ./...
test:
go test -coverprofile=profile.out -coverpkg=github.com/yuin/goldmark,github.com/yuin/goldmark/ast,github.com/yuin/goldmark/extension,github.com/yuin/goldmark/extension/ast,github.com/yuin/goldmark/parser,github.com/yuin/goldmark/renderer,github.com/yuin/goldmark/renderer/html,github.com/yuin/goldmark/text,github.com/yuin/goldmark/util ./...
cov: test
go tool cover -html=profile.out
fuzz:
cd ./fuzz && go test -fuzz=Fuzz
Go
1
https://gitee.com/mirrors/goldmark.git
git@gitee.com:mirrors/goldmark.git
mirrors
goldmark
goldmark
master

搜索帮助