* feat: move all lua api into `api` module * feat: remove boilerplate code, add go work suport * refactor(utils): separete module for health * refactor(dap): remove copy-paste code * fix: comment * chore(lsp): disable type checking * feat: add `go work` command
5 lines
80 B
Lua
5 lines
80 B
Lua
local GOPHER = {}
|
|
|
|
GOPHER.setup = require("gopher.config").setup
|
|
|
|
return GOPHER
|