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

Add tui log file #6

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Add tui log file #6

merged 2 commits into from
Feb 22, 2024

Conversation

galal-hussein
Copy link
Collaborator

No description provided.

.gitignore Outdated
@@ -28,3 +28,6 @@ __debug*
.vscode/
cattle-drive
dist/

# tui log file
cattle-drive.log

Choose a reason for hiding this comment

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

Add new line

@@ -3,6 +3,7 @@ package constants
import (
"galal-hussein/cattle-drive/pkg/client"
"galal-hussein/cattle-drive/pkg/cluster"
"os"

Choose a reason for hiding this comment

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

Looks like this file needs to be go fmt'd or run goimports.

@@ -2,6 +2,7 @@ package tui

import (
"context"
"fmt"

Choose a reason for hiding this comment

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

Looks like this file needs to have go fmt / goimport ran on it.

@galal-hussein galal-hussein merged commit 183f463 into main Feb 22, 2024
@galal-hussein galal-hussein deleted the add_log_file branch December 10, 2024 21:26
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