Skip to content

Update main.go#59

Open
docolli wants to merge 1 commit intojoeshaw:masterfrom
docolli:master
Open

Update main.go#59
docolli wants to merge 1 commit intojoeshaw:masterfrom
docolli:master

Conversation

@docolli
Copy link
Copy Markdown

@docolli docolli commented Jul 8, 2025

Make user home dir OS independent.
Now carwings cmd works also on windows

Make user home dir OS independent.
Now carwings cmd works also on windows
Copy link
Copy Markdown
Owner

@joeshaw joeshaw left a comment

Choose a reason for hiding this comment

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

One minor request, otherwise it looks good.

Comment thread cmd/carwings/main.go
fmt.Fprintf(os.Stderr, "ERROR: could not get user homedir\n")
os.Exit(1)
}
fmt.Fprintf(os.Stderr, "User homedir found: "+homeFolder+"\n")
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Do you mind removing this line? I think it's going to be too verbose for normal operation.

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.

2 participants