Documentation
¶
Overview ¶
Package changelog implements basic auditing methods on public repositories.
Package changelog implements basic auditing methods on public repositories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps a github client.
type Commit ¶
type Commit struct {
SHA, Message string
}
Commit represents a single commit in a GitHub repository.
func (Commit) CommitBody ¶
CommitBody returns body of a commit message without the first line returned from FirstLine(). Body of the message is already shifted to the right with a single '\t'.
Click to show internal directories.
Click to hide internal directories.