design-patterns-go icon indicating copy to clipboard operation
design-patterns-go copied to clipboard

Replace interface reference with Composition

Open nikhil-thomas opened this issue 2 years ago • 0 comments
trafficstars

Replace reference to Department inferface with reference to DepartmaneBase struct. In the existing code, DepartmentBase is unused.

nikhil-thomas avatar Mar 24 '23 18:03 nikhil-thomas