Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Fix spelling for Go report (prebid#775)
Browse files Browse the repository at this point in the history
* [Spelling fix] Fix spelling for go report card

* [spelling] making go report happier
  • Loading branch information
benjaminch authored and dbemiller committed Jan 7, 2019
1 parent dda34cf commit be9b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/openrtb2/amp_auction.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type AmpResponse struct {
}

// NewAmpEndpoint modifies the OpenRTB endpoint to handle AMP requests. This will basically modify the parsing
// of the request, and the return value, using the OpenRTB machinery to handle everything inbetween.
// of the request, and the return value, using the OpenRTB machinery to handle everything in between.
func NewAmpEndpoint(ex exchange.Exchange, validator openrtb_ext.BidderParamValidator, requestsById stored_requests.Fetcher, cfg *config.Configuration, met pbsmetrics.MetricsEngine, pbsAnalytics analytics.PBSAnalyticsModule, disabledBidders map[string]string, defReqJSON []byte, bidderMap map[string]openrtb_ext.BidderName) (httprouter.Handle, error) {
if ex == nil || validator == nil || requestsById == nil || cfg == nil || met == nil {
return nil, errors.New("NewAmpEndpoint requires non-nil arguments.")
Expand Down

0 comments on commit be9b50e

Please sign in to comment.