package
0.0.0-20250122124320-23b25248e6ad
Repository: https://github.com/quii/learn-go-with-tests.git
Documentation: pkg.go.dev

# Functions

Perimeter returns the perimeter of a rectangle.

# Structs

Circle represents a circle...
Rectangle has the dimensions of a rectangle.

# Interfaces

Shape is implemented by anything that can tell us its Area.