fix typo in openconn that probably caused a lot of hassles
This commit is contained in:
parent
5a9dc20749
commit
292e2a95da
|
@ -11,7 +11,7 @@ import (
|
||||||
type key int
|
type key int
|
||||||
|
|
||||||
const inChanKey key = 0
|
const inChanKey key = 0
|
||||||
const outChanKey key = 0
|
const outChanKey key = 1
|
||||||
|
|
||||||
// NewContext returns a new Context carrying two new channels.
|
// NewContext returns a new Context carrying two new channels.
|
||||||
func NewContext(ctx context.Context) context.Context {
|
func NewContext(ctx context.Context) context.Context {
|
||||||
|
|
Loading…
Reference in New Issue