package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Jun 5, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Circle struct {
Radius float64
}
Circle implements Shape.
type Shape interface {
Area() float64
}
Shape is a sample interface for testing interface tracing.
type Square struct {
Side float64
}
Square implements Shape.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.