refactor: add comments & update type anotation

This commit is contained in:
Smirnov Olexander 2022-06-22 14:42:14 +03:00
parent c1de269ef4
commit 250d4de718
7 changed files with 14 additions and 6 deletions

View file

@ -5,6 +5,7 @@ local urls = {
gotests = "github.com/cweill/gotests",
}
---@param pkg string
local function install(pkg)
local url = urls[pkg] .. "@latest"