//
pkg.gl
Category
github.com/cod3kid/golang
misc
package
0.0.0-20241111063530-90bf0bb44386
Repository:
https://github.com/cod3kid/golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
168 SLOC
#
Structs
Circle
Circle is a type that satisfies the Shape interface.
Rectangle
Rectangle is a type that satisfies the Shape interface.
#
Interfaces
Shape
Shape is an interface that defines a method called Area.