blob: 1487c9b2207450ee5013ad5d9f1b7b8a4f8d270f [file] [log] [blame]
{
"examples": [
{
"name": "fortune",
"path": "fortune",
"globs": [
"go",
"js",
"js-go",
"go-js"
],
"output": [
"server.*Serving:",
"client.*Received:",
"client.*Exited cleanly\\."
]
}
],
"globs": {
"go": {
"path": "go.bundle"
},
"js": {
"path": "js.bundle"
},
"js-go": {
"path": "js_go.bundle"
},
"go-js": {
"path": "go_js.bundle"
}
}
}