Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UserAgent lets the API know where the call is being made from. // It's overridden from the root command so that we can set the version. UserAgent = "github.com/exercism/cli" // DefaultHTTPClient configures a timeout to use by default. DefaultHTTPClient = &http.Client{Timeout: 10 * time.Second} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.