mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-24 15:48:51 -04:00
This has been replaced by `//build:...` for a long time now.
Removal of the old build tag was automated with:
for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
|
||
|---|---|---|
| .. | ||
| checks.go | ||
| checks_darwin.go | ||
| checks_linux.go | ||
| checks_other.go | ||
| checks_test.go | ||
| checks_unix.go | ||
| checks_windows.go | ||
| utils.go | ||
| utils_test.go | ||