//
pkg.gl
Category
github.com/realwebdev/go-cookbook
interface
package
0.0.0-20240905231625-fc3702090ddc
Repository:
https://github.com/realwebdev/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
26 SLOC
#
README
interface
#
Structs
Circle
Circle struct implementing the Shape interface.
Rectangle
Rectangle struct implementing the Shape interface.
#
Interfaces
Shape
Let's define an interface named 'Shape' with a single method 'Area() float64'.