feat: add gomodifytags support

This commit is contained in:
Smirnov Olexander 2022-05-30 23:34:09 +03:00
parent ca1bc4bd06
commit 303b539475
4 changed files with 144 additions and 1 deletions

View file

@ -1,6 +1,8 @@
local Job = require "plenary.job"
local M = {
urls = {},
urls = {
gomodifytags = "github.com/fatih/gomodifytags",
},
}
local function install(pkg)