//
pkg.gl
Category
github.com/jimxshaw/samples-go
tests
03_structs
package
0.0.0-20231204162112-1754cc761b20
Repository:
https://github.com/jimxshaw/samples-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
38 SLOC
#
Structs
Circle
Circle must have a radius.
Rectangle
Rectangle must have a width and height.
Triangle
Triangle has 3 sides.
#
Interfaces
Shape
Shape has to have a way to calculate area.