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

4 lines
37 B
Go

type eatable interface {
eat()
}