https://play.golang.org/p/BR_nzZjjlVd

I was asked to add a function of type interface as a parameter on my send functions, and im not sure what to pass to them on my main function. The send functions are supposed to pull the typeOfAnimal from the struct. Im not sure what needs to be done.
This was my code before -
https://play.golang.org/p/4QhzESeaaBg

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.