Merge branch 'main' into feature/seed_parameter

This commit is contained in:
Riccardo Zanella 2024-09-24 10:50:29 +02:00
commit 7322d249e2

View File

@ -137,9 +137,9 @@ export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH
for Apple Silicon based macs for Apple Silicon based macs
```bash ```bash
# Golang environment variables # Golang environment variables
export GOROOT=/opt/homebrew/bin/go export GOROOT=$(brew --prefix go)/libexec
export GOPATH=$HOME/go export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH: export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH
``` ```
### Setup ### Setup