Source File shower.go Belonging Package src.elv.sh/pkg/diag
package diag // Shower wraps the Show function. type Shower interface { // Show takes an indentation string and shows. Show(indent string) string }
package diag
// Shower wraps the Show function.
type Shower interface {
// Show takes an indentation string and shows.
Show(indent string) string
}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)