package
0.0.0-20231204162112-1754cc761b20
Repository: https://github.com/jimxshaw/samples-go.git
Documentation: pkg.go.dev

# Structs

Circle must have a radius.
Rectangle must have a width and height.
Triangle has 3 sides.

# Interfaces

Shape has to have a way to calculate area.