Skip to content

fix : adding missing newlines in fmt.Printf calls - #309

Closed
DivyanshuVortex wants to merge 2 commits into
microcks:masterfrom
DivyanshuVortex:chores
Closed

fix : adding missing newlines in fmt.Printf calls#309
DivyanshuVortex wants to merge 2 commits into
microcks:masterfrom
DivyanshuVortex:chores

Conversation

@DivyanshuVortex

Copy link
Copy Markdown
Contributor

Description

  • Audited the entire codebase for fmt.Print and fmt.Printf calls missing a terminating newline.
  • Added \n to various error, status, and discovery messages to ensure consistent terminal formatting.
  • Fixed specific output in pkg/connectors/container_client.go where the "Stopping container..." log was missing a newline.
  • Preserved interactive prompts in cmd/login.go (Username/Password) to maintain correct user input flow.

Fixes : #308

Signed-off-by: DivyanshuVorrtex <divyanshuchandra9027@gmail.com>
@DivyanshuVortex

DivyanshuVortex commented May 6, 2026

Copy link
Copy Markdown
Contributor Author

Now next line is prints in new line -
Screenshot (684)

@DivyanshuVortex

Copy link
Copy Markdown
Contributor Author

Hey @Harsh4902, could you please review this PR? Thanks.

@Caesarsage

Copy link
Copy Markdown
Contributor

Since the issue this PR addresses has been resolved. I suggest closing it.

CLOSE

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.

fix : missing newlines in fmt.Printf calls

2 participants