Introduction
This lab is about interfaces in Golang. Interfaces are named collections of method signatures.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/ObjectOrientedProgrammingGroup(["Object-Oriented Programming"])
go/ObjectOrientedProgrammingGroup -.-> go/interfaces("Interfaces")
subgraph Lab Skills
go/interfaces -.-> lab-15484{{"Go Interfaces Tutorial"}}
end