File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Assume that you would like to use context as the first argument to the `log.Prin
47
47
"LibPkgPath" : " log" ,
48
48
"LibPkgName" : " log" ,
49
49
"LibFns" : [{"Name" : " Print" }],
50
- "LoadPaths" : [" github.com/uber-research/go-context-propagate/example" ]
51
- "CtxParamInvalid" : " Background()" ,
50
+ "LoadPaths" : [" github.com/uber-research/go-context-propagate/example" ],
51
+ "CtxParamInvalid" : " Background()"
52
52
}
53
53
```
54
54
Original file line number Diff line number Diff line change 6
6
"LibPkgPath" : " log" ,
7
7
"LibPkgName" : " log" ,
8
8
"LibFns" : [{"Name" : " Print" }],
9
- "LoadPaths" : [" github.com/uber-research/go-context-propagate/example" ]
10
- "CtxParamInvalid" : " Background()" ,
9
+ "LoadPaths" : [" github.com/uber-research/go-context-propagate/example" ],
10
+ "CtxParamInvalid" : " Background()"
11
11
}
You can’t perform that action at this time.
0 commit comments