类似这个操作,希望可以按照title的方式优化下 ```html <code class="bash hljs"> $ go env -w GO111MODULE=on $ go env -w GOPROXY=https://goproxy.cn,direct </code> ```