RosettaCodeData/Task/Constrained-genericity/Go/constrained-genericity-1.go

4 lines
37 B
Go
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
type eatable interface {
eat()
}