Skip to content

chore: apply go fix ./...#19

Closed
sean-george-anchor wants to merge 1 commit into
vikstrous:masterfrom
sean-george-anchor:chore/go-1.26
Closed

chore: apply go fix ./...#19
sean-george-anchor wants to merge 1 commit into
vikstrous:masterfrom
sean-george-anchor:chore/go-1.26

Conversation

@sean-george-anchor
Copy link
Copy Markdown
Contributor

Summary

  • Applies go fix ./... after the Go 1.26 bump (chore: bump go directive to 1.26.0 #18)
  • Modernizes reflect.TypeOf((*T)(nil)).Elem()reflect.TypeFor[T]()
  • Replaces reflect.Ptr with reflect.Pointer, interface{} with any
  • Uses t.Context() in the example decode-error test

Test plan

  • go build ./...
  • go test ./...

Modernizes reflect.TypeOf((*T)(nil)).Elem() to reflect.TypeFor[T](),
replaces reflect.Ptr with reflect.Pointer, swaps interface{} for any,
and uses t.Context() in the example test.
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