Skip to content

Commit

Permalink
Merge pull request #330 from pohly/logtools-removal
Browse files Browse the repository at this point in the history
remove hack/tools
  • Loading branch information
k8s-ci-robot committed Jun 14, 2022
2 parents 6b3fb0b + e9884d2 commit 9c48b7d
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,944 deletions.
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.

0 comments on commit 9c48b7d

Please sign in to comment.