return { name = "go test", desc = "Run all tests", builder = function() return { cmd = { "go", "test" }, args = { "./..." }, } end, }