Skip to content

Replace interface{} with any - #52

Merged
rlball merged 1 commit into
mainfrom
rball-cursor/replace-interface-with-any
Jul 14, 2026
Merged

Replace interface{} with any#52
rlball merged 1 commit into
mainfrom
rball-cursor/replace-interface-with-any

Conversation

@rlball

@rlball rlball commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace all interface{} usages with the idiomatic any alias across the library, tests, and examples.
  • Update README API signatures and related godoc comments to match.

Test plan

  • go test ./... -count=1
  • go run examples/basic
  • go run examples/custom-startup (default, -h, and env/flag override)

any is the idiomatic alias and matches modern Go style; update docs, examples, and godoc to match.
@rlball
rlball merged commit c9058ab into main Jul 14, 2026
4 checks passed
@rlball
rlball deleted the rball-cursor/replace-interface-with-any branch July 14, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant