package
0.0.0-20241022201101-f4b3a44bd789
Repository: https://github.com/reza-mirjahanian/learn_golang.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.