package
0.0.0-20210115222349-20d68f94ee1f
Repository: https://github.com/golang/gddo.git
Documentation: pkg.go.dev

# README

Package gosrc fetches Go package source code from version control services.

Contributions

Contributions to this project are welcome, though please send mail before starting work on anything major. Contributors retain their copyright, so we need you to fill out a short form before we can accept your contribution: https://developers.google.com/open-source/cla/individual

# Functions

No description provided by the author
GetGitHubUpdates returns the full names ("owner/repo") of recently pushed GitHub repositories.
GetPresentation gets a presentation from the the given path.
GetProject gets information about a repository.
IsGoRepoPath returns true if path is in $GOROOT/src.
IsNotFound returns true if err is of type NotFoundError.
IsValidPath returns true if importPath is structurally valid.
IsValidRemotePath returns true if importPath is structurally valid for "go get".
MaybeRedirect uses the provided import path, import comment, and resolved GitHub path to make a decision of whether to redirect to another, more canonical import path.
No description provided by the author
SetLocalDevMode sets the package to local development mode.

# Constants

No description provided by the author
Forks with no commits.
Package with no commits and imports expires.
No commits for ExpiresAfter and no imports.
No commits for ExpiresAfter.
Forks with less than 3 commits, all within a week from creation.

# Variables

Store temporary data in this directory.

# Structs

Directory describes a directory on a version control service.
File represents a file.
NotFoundError indicates that the directory or presentation was not found.
No description provided by the author
No description provided by the author
Project represents a repository.
No description provided by the author

# Type aliases

No description provided by the author