Documentation ¶
Overview ¶
Package gddo is a simple client library for accessing the godoc.org API.
It provides a single utility to fetch the importers of a Go package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // UserAgent is used for outbound requests to godoc.org API, if set to non-empty value. UserAgent string }
Client manages communication with the godoc.org API.
Click to show internal directories.
Click to hide internal directories.