| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
deps: Use standard "context instead of "golang.org/x/net/context" "Context" type is available in standard "context" library since go 1.7 it is also mentioned in "golang.org/x/net/context" doc [1]. Some files call context.WithTimeout(), which returns cancel function, ignores the returned cancel function, casing linter errors in this regard. These linter error resolved by change these calls to no ignore the returned cancel function. Generated code by golang/protobuf will be fixed in follow up commit. [1] https://pkg.go.dev/golang.org/x/net/context#pkg-overview Signed-off-by: Or Mergi <ormergi@redhat.com> | 2 年前 | |
Add license header linter for virt-handler under pkg/ Signed-off-by: avlitman <alitman@redhat.com> | 9 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 9 个月前 |