Skip to content

Commit f85e852

Browse files
author
Adam Welc
committed
Fixed example JSON config file and its description in the README
1 parent 35374d5 commit f85e852

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Assume that you would like to use context as the first argument to the `log.Prin
4747
"LibPkgPath" : "log",
4848
"LibPkgName" : "log",
4949
"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()"
5252
}
5353
```
5454

example/example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"LibPkgPath" : "log",
77
"LibPkgName" : "log",
88
"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()"
1111
}

0 commit comments

Comments
 (0)