Skip to content

Commit

Permalink
Update tech/languages/go/go-packages.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jaroslav Prokop <33065078+jackorp@users.noreply.github.com>
  • Loading branch information
alexsaezm and jackorp committed Jun 17, 2022
1 parent 1a6e2de commit 2fdd0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tech/languages/go/go-packages.md
Expand Up @@ -8,7 +8,7 @@ order: 3

## Go packages from upstream

Upstream projects can be installed with `go install` command, but only if they have `main` package. Package names follows the import paths so to install `github.com/go-delve/delve` from GitHub you need to reference the `main` package with a suffix like `@v1.2.3` or `@latest` run:
Upstream projects can be installed with `go install` command, but only if they have `main` package. Package names follow the import paths so to install `github.com/go-delve/delve` from GitHub you need to reference the `main` package with a suffix like `@v1.2.3` or `@latest`.

To install a specific version run:
```console
Expand Down

0 comments on commit 2fdd0b2

Please sign in to comment.