package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 2, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
PeopleMap maps GitHub usernames to a human name where github doesnt have a listed User.Name
type People struct {
People []Person `json:"people"`
}
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.