Skip to content

Commit

Permalink
Remove TODO that has been implemented. (#193)
Browse files Browse the repository at this point in the history
internal.Call is exposed by the APICall method.
  • Loading branch information
escholtz authored and sbuss committed Feb 15, 2019
1 parent 99bc433 commit 54a98f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ func WithContext(parent context.Context, req *http.Request) context.Context {
return internal.WithContext(parent, req)
}

// TODO(dsymonds): Add a Call function here? Otherwise other packages can't access internal.Call.

// BlobKey is a key for a blobstore blob.
//
// Conceptually, this type belongs in the blobstore package, but it lives in
Expand Down

0 comments on commit 54a98f9

Please sign in to comment.