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

Unified Diff: service/info/context.go

Issue 1354083002: Add simplest service/urlfetch implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 3 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
Index: service/info/context.go
diff --git a/service/info/context.go b/service/info/context.go
index 85823954e71a01614cf30994c612da8a8e10f7be..21d5000b420580c15a10b2a24715856df57e4964 100644
--- a/service/info/context.go
+++ b/service/info/context.go
@@ -33,7 +33,7 @@ func getUnfiltered(c context.Context) Interface {
return nil
}
-// Get gets gets the Interface implementation from context.
+// Get gets the Interface implementation from context.
func Get(c context.Context) Interface {
ret := getUnfiltered(c)
if ret == nil {
« no previous file with comments | « impl/prod/urlfetch.go ('k') | service/urlfetch/context.go » ('j') | service/urlfetch/context.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698