6 lines
65 B
Go
6 lines
65 B
Go
package constraints
|
|
|
|
type Bytes interface {
|
|
~string | ~[]byte
|
|
}
|
package constraints
|
|
|
|
type Bytes interface {
|
|
~string | ~[]byte
|
|
}
|