Documentation
¶
Overview ¶
Package autodiscovery implements the VCS Autodiscovery RFC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
Project facilitates linking to project source code.
func Fetch ¶
func Fetch(ctx context.Context, client *http.Client, seriesPath, userAgent string) (*Project, error)
Fetch fetches project information for the provided module series path. It returns nil if no project information was found.
func (*Project) RawFileURL ¶
RawFileURL returns a URL for the raw contents of the given file.
Click to show internal directories.
Click to hide internal directories.