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

@ -43,6 +43,15 @@ By default be added/removed `json` tag, if not set.
:GoMod init asdf " Runs `go mod init asdf`
```
1. Run `go get` command
Link can has a `http` or `https` prefix.
You can provide more that one package url.
```viml
:GoGet github.com/gorilla/mux
```
## Thanks
- [go.nvim](https://github.com/ray-x/go.nvim)