people

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PeopleMap map[string]string

PeopleMap maps GitHub usernames to a human name where github doesnt have a listed User.Name

Functions

This section is empty.

Types

type People

type People struct {
	People []Person `json:"people"`
}

type Person

type Person struct {
	Name     string `json:"name"`
	Username string `json:"username"`
}

User struct which contains a name a type and a list of social links

Jump to

Keyboard shortcuts

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