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

[ENHANCEMENT] cmd dac setup support the go language #1760

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

Nexucis
Copy link
Member

@Nexucis Nexucis commented Feb 13, 2024

No description provided.

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
)

func (o *option) setupGo() error {
if _, err := os.Stat("go.mod"); os.IsNotExist(err) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you add the same check on cue side for the cue.mod folder ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
@Nexucis Nexucis merged commit 5206e42 into feat/dashboard-as-code Feb 13, 2024
19 checks passed
@Nexucis Nexucis deleted the nexucis/setup-go branch February 13, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants