Added more editor features to support Golang, sql and git
This commit is contained in:
10
lua/overseer/template/user/go_test.lua
Normal file
10
lua/overseer/template/user/go_test.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
name = "go test",
|
||||
desc = "Run all tests",
|
||||
builder = function()
|
||||
return {
|
||||
cmd = { "go", "test" },
|
||||
args = { "./..." },
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user