blob: 790db4f317613715c25d5da4754298a58c6d2c69 [file] [log] [blame]
{
"compile_cmd": "go",
"run_cmd": "",
"test_cmd": "go",
"compile_args": [
"build",
"-o",
"bin"
],
"run_args": [
],
"test_args": [
"test",
"-v"
]
}