repositorypackage
0.0.0-20230710191333-7a675f759610
Repository: https://github.com/cilium/customvet.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Note This repository is deprecated. See https://github.com/cilium/linters instead.
CustomVet
CustomVet is a simple vet analysis tool that allows the Cilium
authors to vet the code in the cilium repository for scenarios
that we'd like to avoid.
An example is avoiding the use of the time.After
function
within a loop in favor of our own inctimer
package.