gophers

package
v0.0.0-...-9f8a61a Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2017 License: BSD-3-Clause Imports: 2 Imported by: 0

README

GoDoc

golang.org/x/build/internal/gophers

Package gophers is a list of names, emails, and Github usernames of people from the Go git repos and issue trackers.

Documentation

Overview

Package gophers is a list of names, emails, and Github usernames of people from the Go git repos and issue trackers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GithubOfGomoteUser

func GithubOfGomoteUser(gomoteUser string) (githubUser string)

GithubOfGomoteUser returns the GitHub username for the provided gomote user.

Types

type Person

type Person struct {
	Name    string   // "Foo Bar"
	Github  string   // "FooBar" (orig case, no '@')
	Emails  []string // all lower
	Googler bool
}

func GetGerritPerson

func GetGerritPerson(ai gerrit.AccountInfo) *Person

func GetPerson

func GetPerson(id string) *Person

Jump to

Keyboard shortcuts

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