Skip to content

Commit

Permalink
Fix default parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Mar 6, 2024
1 parent 108ff6a commit d76b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ const (
DiscoverNone Discover = "none"
)

func (d *Discover) Enum() []any {
func (d *Discover) Enum() []interface{} {
return []any{DiscoverAll, DiscoverNone}

Check failure on line 1930 in reflect_test.go

View workflow job for this annotation

GitHub Actions / test (1.13.x)

undefined: any
}

Expand Down

0 comments on commit d76b38e

Please sign in to comment.