Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Unified Diff: filter/featureBreaker/gi.go

Issue 1772943003: Add wrappers for the module module (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: CL comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « filter/count/mod.go ('k') | filter/featureBreaker/mail.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/featureBreaker/gi.go
diff --git a/filter/featureBreaker/gi.go b/filter/featureBreaker/gi.go
index 6dc458cb618fe7ec28c719b7832d174a672b22c5..785836e19700231a409d3a032d60d3f55cf66319 100644
--- a/filter/featureBreaker/gi.go
+++ b/filter/featureBreaker/gi.go
@@ -74,7 +74,7 @@ func (g *infoState) SignBytes(bytes []byte) (keyName string, signature []byte, e
return
}
-// FilterGI installs a counter info filter in the context.
+// FilterGI installs a featureBreaker info filter in the context.
func FilterGI(c context.Context, defaultError error) (context.Context, FeatureBreaker) {
state := newState(defaultError)
return info.AddFilters(c, func(ic context.Context, i info.Interface) info.Interface {
« no previous file with comments | « filter/count/mod.go ('k') | filter/featureBreaker/mail.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698