Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove hack/tools #330

Merged
merged 1 commit into from Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,8 +18,6 @@ jobs:
run: |
go get -t -v ./...
go test -v -race ./...
- name: Test hack/tools
run: cd hack/tools && go test -v -race ./...
- name: Test examples
run: cd examples && go test -v -race ./...
lint:
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -28,7 +28,6 @@ Historical context is available here:
Semantic versioning is used in this repository. It contains several Go modules
with different levels of stability:
- `k8s.io/klog/v2` - stable API, `vX.Y.Z` tags
- `k8s.io/hack/tools` - no stable API yet (may change eventually or get moved to separate repo), `hack/tools/v0.Y.Z` tags
- `examples` - no stable API, no tags, no intention to ever stabilize

Exempt from the API stability guarantee are items (packages, functions, etc.)
Expand Down
8 changes: 0 additions & 8 deletions hack/tools/go.mod

This file was deleted.

46 changes: 0 additions & 46 deletions hack/tools/go.sum

This file was deleted.

82 changes: 0 additions & 82 deletions hack/tools/logcheck/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions hack/tools/logcheck/main.go

This file was deleted.

126 changes: 0 additions & 126 deletions hack/tools/logcheck/main_test.go

This file was deleted.