Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add go mod init #660

Merged
merged 1 commit into from
May 30, 2023
Merged

fix: add go mod init #660

merged 1 commit into from
May 30, 2023

Conversation

li-jin-gou
Copy link
Member

@li-jin-gou li-jin-gou commented May 25, 2023

What type of PR is this?

fix

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.

(Optional) Translate the PR title into Chinese.

添加 go mod init 命令

目前 hz new 在不使用 -mod 的情况下不会生成 go.mod,quick-start 需要修复

(Optional) Which issue(s) this PR fixes:

@li-jin-gou li-jin-gou requested review from a team as code owners May 25, 2023 04:51
@vercel
Copy link

vercel bot commented May 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cloudwego ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2023 4:51am

@rogerogers
Copy link
Contributor

在GOPATH下需要init,不在GOPATH下的话不需要

#562

本来我准备删掉的,发现GOPATH下还是需要。

@li-jin-gou
Copy link
Member Author

在GOPATH下需要init,不在GOPATH下的话不需要

#562

本来我准备删掉的,发现GOPATH下还是需要。

这个地方的描述我在改下吧

@li-jin-gou li-jin-gou merged commit 97641a2 into cloudwego:main May 30, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants