feat: remove boilerplate code, add go work suport

This commit is contained in:
Smirnov Oleksandr 2022-10-07 17:07:04 +03:00
parent 294902970d
commit 0b1d8fa7c2
5 changed files with 43 additions and 86 deletions

View file

@ -22,5 +22,8 @@ end
API.generate = function(...)
cmd("generate", ...)
end
API.work = function(...)
cmd("work", ...)
end
return API