断点检查
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
1