internal

package
v0.11.14 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Color

type Color int

Only online: go:generate go run golang.org/x/tools/cmd/stringer@latest -type Color

Example
fmt.Println(ColRed)
fmt.Println(ColGreen)
fmt.Println(ColBlue)
Output:

ColRed
ColGreen
ColBlue
const (
	ColRed Color = iota
	ColGreen
	ColBlue
)

func (Color) String

func (i Color) String() string

Jump to

Keyboard shortcuts

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