Skip to content

Commit 9c48b7d

Browse files
authored
Merge pull request #330 from pohly/logtools-removal
remove hack/tools
2 parents 6b3fb0b + e9884d2 commit 9c48b7d

File tree

27 files changed

+0
-1944
lines changed

27 files changed

+0
-1944
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
run: |
1919
go get -t -v ./...
2020
go test -v -race ./...
21-
- name: Test hack/tools
22-
run: cd hack/tools && go test -v -race ./...
2321
- name: Test examples
2422
run: cd examples && go test -v -race ./...
2523
lint:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Historical context is available here:
2828
Semantic versioning is used in this repository. It contains several Go modules
2929
with different levels of stability:
3030
- `k8s.io/klog/v2` - stable API, `vX.Y.Z` tags
31-
- `k8s.io/hack/tools` - no stable API yet (may change eventually or get moved to separate repo), `hack/tools/v0.Y.Z` tags
3231
- `examples` - no stable API, no tags, no intention to ever stabilize
3332

3433
Exempt from the API stability guarantee are items (packages, functions, etc.)

hack/tools/go.mod

Lines changed: 0 additions & 8 deletions
This file was deleted.

hack/tools/go.sum

Lines changed: 0 additions & 46 deletions
This file was deleted.

hack/tools/logcheck/README.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

hack/tools/logcheck/main.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

hack/tools/logcheck/main_test.go

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)