refactor: fix link markdown
This commit is contained in:
parent
dc109c6e4b
commit
80ecc96d44
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env
|
|||
### FAQ
|
||||
<details>
|
||||
<summary><h4>Is there any venv equal for Go language or any virtual environment tool?</h4></summary>
|
||||
<br><ul><li> 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
|
||||
<br><ul><li> 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 <a href="https://github.com/GetStream/vg">this</a> repo
|
||||
</li></ul>
|
||||
</details>
|
Loading…
Reference in a new issue