package
0.0.0-20240905231625-fc3702090ddc
Repository: https://github.com/realwebdev/go-cookbook.git
Documentation: pkg.go.dev

# README

interface

# Structs

Circle struct implementing the Shape interface.
Rectangle struct implementing the Shape interface.

# Interfaces

Let's define an interface named 'Shape' with a single method 'Area() float64'.