//
pkg.gl
Category
github.com/andmorefine/learn-go-with-tests
structs
v8
package
0.0.0-20220306230435-d011049cb241
Repository:
https://github.com/andmorefine/learn-go-with-tests.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
27 SLOC
#
Functions
Perimeter
Perimeter returns the perimeter of a rectangle.
#
Structs
Circle
Circle represents a circle...
Rectangle
Rectangle has the dimensions of a rectangle.
Triangle
Triangle represents the dimensions of a triangle.
#
Interfaces
Shape
Shape is implemented by anything that can tell us its Area.