From dc109c6e4b822aa34ad296d96ee3c44cf43b6e7e Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 24 Jul 2023 09:24:11 +0300 Subject: [PATCH] refactor: readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f4b5b..f255abf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env ### FAQ
-Is there any venv equal for Go language or any virtual environment tool? - No, previously GOPATH was used but now Go Modules are using instead of that. Thanks to Go Modules, go.mod file handles all versions/modules/packages and there is no need for a virtual environment. But if you have to use a virtual environment because of another reason just have a look at [this](https://github.com/GetStream/vg) repo +

Is there any venv equal for Go language or any virtual environment tool?

+
\ No newline at end of file