feat: remove boilerplate code, add go work suport
This commit is contained in:
parent
294902970d
commit
0b1d8fa7c2
5 changed files with 43 additions and 86 deletions
|
|
@ -22,5 +22,8 @@ end
|
|||
API.generate = function(...)
|
||||
cmd("generate", ...)
|
||||
end
|
||||
API.work = function(...)
|
||||
cmd("work", ...)
|
||||
end
|
||||
|
||||
return API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue