文件名称:breakcheck:Go的向后兼容短绒
文件大小:8KB
文件格式:ZIP
更新时间:2024-04-05 10:49:32
lint go golang ci linter
断点检查 breakcheck根据给定的git参考检查工作树中的导出值,类型和函数声明,以查找潜在的重大更改。 用法 $ breakcheck --help Example usage: breakcheck # compares working tree against git head breakcheck --base=v1.0.0 # compares against tag v1.0.0 Flags: -base string git reference to compare against (default "head") -private include exported methods with private receivers -v enable verbose mode 例子 以下是针对datadog
【文件预览】:
breakcheck-master
----go.mod(43B)
----summary.go(2KB)
----printer.go(5KB)
----go.sum(0B)
----git.go(3KB)
----main.go(3KB)
----README.md(2KB)
----comparer.go(6KB)