![]() Add script to verify that net.ParseIP and net.ParseCIDR are not being used. Add another script to automatically replace those functions for the ones forked in k8s.io/utils/net |
||
---|---|---|
.. | ||
.gitignore | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md | ||
tools.go |
This directory contains a stub go module used to track version of development tools like the ones needed for linting go sources.
Run make build
to download the dependencies, build the binaries and add
them to your $GOBIN
directory.