ui

package
v0.0.0-...-e6e1b3f Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProfileURL = "https://api.github.com/user"
	EmailURL   = "https://api.github.com/user/emails"
)

Variables

This section is empty.

Functions

func Run

func Run()

Types

type User

type User struct {
	ID       int    `json:"id"`
	Email    string `json:"email"`
	Bio      string `json:"bio"`
	Name     string `json:"name"`
	Login    string `json:"login"`
	Picture  string `json:"avatar_url"`
	Location string `json:"location"`
}

Jump to

Keyboard shortcuts

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