feat: add goget support

feat(goget): remove http or https from provided url
This commit is contained in:
Smirnov Olexander 2022-06-07 01:17:51 +03:00
parent f507a37a72
commit 04e1af228b
4 changed files with 38 additions and 0 deletions

View file

@ -5,5 +5,6 @@ gopher.install_deps = require("gopher.installer").install_all
gopher.tags_add = tags.add
gopher.tags_rm = tags.remove
gopher.mod = require "gopher.gomod"
gopher.get = require "gopher.goget"
return gopher