You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
@oldme-git Here are some issues to pay attention to:
template-mono and template-single are complete projects that can be run directly for testing. I see that you changed them into templates, so you cannot evaluate the runnability of these two projects.
The gf init -u command is incompatible with the previous logic. The -u parameter of the old version can be updated to the latest framework version, and the currently modified version can only be updated to the cli version. I suggest that the version of cli be decoupled from the version of the framework. cli may not be updated, but the framework will always be upgraded.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
@oldme-git Here are some issues to pay attention to:
template-mono and template-single are complete projects that can run tests directly. I see that you changed them into templates, so you cannot evaluate the runnability of these two projects.
The gf init -u command is incompatible with the previous logic. The -u parameter of the old version can be updated to the latest framework version, and the currently modified version can only be updated to the cli version. I suggest that the version of cli be decoupled from the version of the framework. cli may not be updated, but the framework will always be upgraded.
I don’t understand the meaning of specifying go version and gf version in cli? Have community students raised the corresponding issue?
Someone asked this question. The version of gf-cli here is the main version number of the framework, so that the corresponding framework version can be used under any version of gf-cli.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear reviewer:
对
gf init命令进行增强,可以支持自定义 go 和 gf 版本。功能变动
gf init -gov="1.19",以支持自定义 go version,默认当前环境 go version;gf init -gfv="2.7.3",以支持自定义 gf version,默认 gf-cli build version;gf init -u,升级到最新 gf 版本命令,此功能由gf init -gfv="2.7.3"取代;gf initwindows下/ \混乱注意
合并此 PR 之前先 Review:template-mono and template-single
resolved #3751