Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/errorutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if errorutil.IsGoneError(err) {
## Dependencies

**Internal**:
- `pkg/logger` — package-scoped logging used for error-classification diagnostics.
- `github.com/github/gh-aw/pkg/logger` — package-scoped logging used for error-classification diagnostics.

**External**:
- None beyond the Go standard library (`strings`).
Expand Down
2 changes: 1 addition & 1 deletion pkg/sliceutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ filtered := sliceutil.Exclude([]string{"a", "b", "c"}, "b")
## Dependencies

**Internal**:
- `pkg/logger` — package-scoped logging used by `Deduplicate` and `MergeUnique`.
- `github.com/github/gh-aw/pkg/logger` — package-scoped logging used by `Deduplicate` and `MergeUnique`.

**External**:
- None beyond the Go standard library (`slices`).
Expand Down
2 changes: 1 addition & 1 deletion pkg/stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fmt.Println(s.Median()) // 20
## Dependencies

**Internal**:
- `pkg/logger` — debug logging for non-finite observations
- `github.com/github/gh-aw/pkg/logger` — debug logging for non-finite observations

**Standard library**:
- `math` — square root for standard deviation
Expand Down
2 changes: 1 addition & 1 deletion pkg/syncutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func getCurrentRepoSlug() (string, error) {
## Dependencies

**Internal**:
- `pkg/logger` — package-scoped logging used by `OnceLoader[T]`.
- `github.com/github/gh-aw/pkg/logger` — package-scoped logging used by `OnceLoader[T]`.

**External**:
- None beyond the Go standard library (`sync`).
Expand Down