gvm install go19.2
gvm list
gvm use go19.2 --default
=>GOROOT、GOPATH will be set by gvm automatically
vsCode will use the go defined by $GOROOT
gvm install go19.2
gvm list
gvm use go19.2 --default
=>GOROOT、GOPATH will be set by gvm automatically
vsCode will use the go defined by $GOROOT