data

package
v3.0.0-alpha2.117 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2026 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Person

type Person struct {
	// Name is the person's name
	Name string `json:"name"`

	// Counts tracks the number of time the person
	// has been greeted in various ways
	Counts []int `json:"counts"`

	// Birthday is the person's birthday
	Birthday time.Time `json:"birthday"`
}

Person holds someone's most important attributes

Jump to

Keyboard shortcuts

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