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

Unified Diff: common/errors/tags.go

Issue 2984913002: Add HTTP error annotation. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | common/lhttp/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/errors/tags.go
diff --git a/common/errors/tags.go b/common/errors/tags.go
index 74232b95e1d1384423b568279a1b45a3b361ba81..82c9af15406a0928c3971d22991e066b423e89ba 100644
--- a/common/errors/tags.go
+++ b/common/errors/tags.go
@@ -38,7 +38,7 @@ type (
Value interface{}
}
- // A TagValueGenerator generates (TagKey, value) pairs, for use with Annoatator.Tag
+ // TagValueGenerator generates (TagKey, value) pairs, for use with Annoatator.Tag
// and New().
TagValueGenerator interface {
GenerateErrorTagValue() TagValue
« no previous file with comments | « no previous file | common/lhttp/client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698