In this challenge, you are going to implement the necessary methods needed to satisfy the provided Go interface.
On the left hand screen, you have a simple Go application that features an interface called Employee
.
In order to complete this challenge, you will have to complete the code and satisfy this interface.
See the Solution
Feel free to have a look at the forum discussion thread for this challenge and contribute with your own solutions here - Challenge 02 - Satisfying Interfaces
Further Reading:
If you like this challenge then you may also appreciate some of the following articles on the site: