feat: add goget support
feat(goget): remove http or https from provided url
This commit is contained in:
parent
f507a37a72
commit
04e1af228b
4 changed files with 38 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue