Documentation
¶
Overview ¶
Package fixhub implements infrastructure for checking GitHub repositories containing Go source files, and generating fixes for the problems.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
FetchParallelism int // max fetches to do at once in an operation
ScratchDir string // where we can scribble files; defaults to os.TempDir()
// VetBinary is the path to vet.
// If this is the empty string we try to find it under GOROOT.
VetBinary string
// contains filtered or unexported fields
}
Client is a client for interacting with GitHub repositories.
func NewClient ¶
NewClient returns a new client. If accessToken is empty then the client will be unauthenticated.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
fixhub
command
Fixhub tries to fix a GitHub repository containing Go source files.
|
Fixhub tries to fix a GitHub repository containing Go source files. |
|
fixhubd
command
The binary fixhubd is a server to fix GitHub repositories.
|
The binary fixhubd is a server to fix GitHub repositories. |
Click to show internal directories.
Click to hide internal directories.