This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
require("gopher").setup({
|
|
commands = {
|
|
go = "go",
|
|
gomodifytags = "gomodifytags",
|
|
gotests = "gotests", -- also you can set custom command path
|
|
impl = "impl",
|
|
iferr = "iferr",
|
|
dlv = "dlv",
|
|
},
|
|
})
|
|
require("gopher.dap").setup()
|