Skip to content

Commit

Permalink
add Go Modules disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli authored Jan 16, 2020
1 parent f4ca2c9 commit 0070ca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ For people coming from Python `vg` is very similar to `virtualenv`, with `dep`
being respective to `pip`. The main difference is that `vg` is much easier to
use than `virtualenv`, because there's almost no mental overhead in using `vg`.

### Go Modules

The Go community is now using Go Modules to handle dependencies. This project is now mostly unmaintained. Please read more about this [here](https://getstream.io/blog/virtual-go-to-go-modules/).

## Example usage

Below is an example showing some basic usage of `vg`. See further down and `vg help`
Expand Down

0 comments on commit 0070ca7

Please sign in to comment.