Merge pull request #154 from joshdekock/middleware-refactor
Hotfix: middleware/response: make godoc string <80 chars
This commit is contained in:
commit
52f6fb664e
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ func init() {
|
||||||
tracker.RegisterScrapeMiddleware("store_response", responseScrapeClient)
|
tracker.RegisterScrapeMiddleware("store_response", responseScrapeClient)
|
||||||
}
|
}
|
||||||
|
|
||||||
// FailedToRetrievePeers represents an error that has been return when attempting to fetch peers from the store.
|
// FailedToRetrievePeers represents an error that has been return when
|
||||||
|
// attempting to fetch peers from the store.
|
||||||
type FailedToRetrievePeers string
|
type FailedToRetrievePeers string
|
||||||
|
|
||||||
// Error interface for FailedToRetrievePeers.
|
// Error interface for FailedToRetrievePeers.
|
||||||
|
|
Loading…
Reference in a new issue