package
0.0.0-20230929175442-2805de957004
Repository: https://github.com/tanem/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.
Triangle represents the dimensions of a triangle.

# Interfaces

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