docs

package
v0.0.0-...-6729b33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Expected string

Functions

This section is empty.

Types

type CatType

type CatType string

CatType is a type of cat.

const (
	// CatTypeLion is a lion.
	CatTypeLion CatType = "lion"
	// The king of big cats.
	CatTypeTiger CatType = "tiger"
)
const CatTypeManx CatType = "manx"

Some say that these are relatively aggressive.

const CatTypePersian CatType = "persian"

Looks grumpy, but is warm and caring.

type Data

type Data struct {
	// Field documentation.
	A string

	// Field documentation
	Cats CatType
}

Struct documentation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL