# 拉取最新的版本(优先择取 tag)
go get golang.org/x/text@latest

# 拉取 master 分支的最新 commit
go get golang.org/x/text@master

更新了mod依赖版本后, vscode的跳转功能并不能立即生效,需要重启下才能生效。

相关文章:

  • 2022-12-23
  • 2021-09-24
  • 2020-10-25
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-31
  • 2021-11-05
  • 2020-02-14
  • 2022-12-23
相关资源
相似解决方案