Skip to content

Commit

Permalink
Update constraints.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPaulo-creator authored Nov 25, 2024
1 parent adc2a28 commit e54a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constraints.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gosimpleiterator

type Constraint interface {
interface{} | string | int | uint8 | float32 | float64
[]interface{} | interface{} | []string | string | int | uint8 | float32 | float64
}

type ReturnType interface {
Expand Down

0 comments on commit e54a617

Please sign in to comment.