From 5b5ece07ba7815bb1f97a2d5f6766176a4e33060 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Sun, 14 Dec 2014 16:37:42 -0800 Subject: [PATCH] doc TODO License: MIT Signed-off-by: Brian Tiger Chow --- exchange/bitswap/testutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/bitswap/testutils.go b/exchange/bitswap/testutils.go index b8763952c..48cb11a45 100644 --- a/exchange/bitswap/testutils.go +++ b/exchange/bitswap/testutils.go @@ -23,7 +23,7 @@ func NewSessionGenerator( net: net, rs: rs, seq: 0, - ctx: ctx, + ctx: ctx, // TODO take ctx as param to Next, Instances cancel: cancel, } }