package
0.0.0-20241111063530-90bf0bb44386
Repository: https://github.com/cod3kid/golang.git
Documentation: pkg.go.dev

# Structs

Circle is a type that satisfies the Shape interface.
Rectangle is a type that satisfies the Shape interface.

# Interfaces

Shape is an interface that defines a method called Area.