Documentation says go get -u but that is deprecated in module mode
- 主要语言
- Go
- 星标
- 143
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
` $ go get -u github.com/a8m/enter`
```
go: downloading golang.org/x/sys v0.0.0-20220224003255-dbe011f71a99
go get: installing executables with 'go get' in module mode is deprecated.
To adjust and download dependencies of the current module, use 'go get -d'.
To install using requirements of the current module, use 'go install'.
To install ignoring the current module, use 'go install' with a version,
like 'go install example.com/cmd@latest'.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
The README or installation instructions likely contain the deprecated 'go get -u' command. Find the documentation file (e.g., README.md) and replace the command with the correct 'go install' syntax, such as 'go install github.com/a8m/enter@latest'. Verify the change by checking the project's go.mod to ensure it's a module-based project.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 85/100