package
Version:
v0.0.0-...-7656c7d
Opens a new window with list of versions in this module.
Published: Oct 18, 2024
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Animal struct {
Type Type
Count int
}
const (
Bear Type = "Bear"
Cow Type = "Cow"
Tiger Type = "Tiger"
Panda Type = "Panda"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.