mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-02-11 14:53:15 -05: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
Kubernetes-commit: ad79e479c2314d1de91e54bc5630c52027f12e21
|
||
|---|---|---|
| .. | ||
| crlf | ||
| editoptions.go | ||
| editoptions_test.go | ||
| editor.go | ||
| editor_test.go | ||
| launcher_others.go | ||
| launcher_windows.go | ||