data

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Players = map[int]Player{
	12: {"Sally Bradley", 1962, "Team1"},
	17: {"Terry Cody", 1978, "Team1"},
	8:  {"Georgia Bracy", 1990, "Team1"},

	23: {"Daniel Drew", 1989, "Team2"},
	14: {"Linda Lupo", 1999, "Team2"},
	5:  {"George Stengel", 1979, "Team2"},
}

Functions

This section is empty.

Types

type Player

type Player struct {
	Name        string
	YearOfBirth int
	Team        string
}

Jump to

Keyboard shortcuts

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