Documentation
¶
Overview ¶
Package github provides utilities for interacting with GitHub repositories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyTree = errors.New("empty tree")
Functions ¶
Types ¶
type Tree ¶
type Tree struct {
Owner string // GitHub owner (user or organization)
Repo string // repository name
Branch string // branch name
Path string // path to subtree ("." for whole project)
}
Tree contains information about a (sub-)tree in a GitHub repository.
Click to show internal directories.
Click to hide internal directories.