Categorygithub.com/kdlug/goexamples000_basics090_testing050_structs-methods-and-interfaces070_table-driven-tests-improved
package
0.0.0-20240710092454-d40bdaea4b58
Repository: https://github.com/kdlug/go.git
Documentation: pkg.go.dev
# Interfaces
Rectangle has a method called Area that returns a float64 so it satisfies the Shape interface Circle has a method called Area that returns a float64 so it satisfies the Shape interface string does not have such a method, so it doesn't satisfy the interface.