Closed
Description
Proposal Details
type AnyType interface {
any | []uint8
}
type KeySet struct {
Keys []AnyType
}
some issue content about this:
golang-jwt/jwt#401
The defined generic type AnyType
can be used directly as a type and is compiled.
If you delete any
, you will be prompted with
cannot use type AnyType outside a type constraint: interface contains type constraints
I haven't found anything about it, so I don't know if it's intentional or not.
If so, could you provide some relevant information?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done