Skip to content

Conversation

@tgolang
Copy link

@tgolang tgolang commented Mar 8, 2025

Description

TempDir() is a method introduced in Go 1.15 for testing.T. It automatically creates a temporary directory and cleans it up after the test is complete, eliminating the hassle of manually handling errors and cleanup. More detail about TempDir https://pkg.go.dev/testing#B.TempDir

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

@zzzckck zzzckck changed the base branch from master to develop March 10, 2025 02:45
@tgolang
Copy link
Author

tgolang commented Mar 15, 2025

Anything need I to do? I am happy to do it.

@buddh0
Copy link
Collaborator

buddh0 commented Nov 28, 2025

@tgolang can you rebase latest develop, and resolve conflicts?

@tgolang
Copy link
Author

tgolang commented Dec 6, 2025

@tgolang can you rebase latest develop, and resolve conflicts?

Of course. The new pr: #3479

Please review it again. Thanks! @buddh0

@tgolang tgolang closed this Dec 6, 2025
@tgolang tgolang reopened this Dec 6, 2025
@kuordstankm13545
Copy link

kuordstankm13545 commented Dec 6, 2025 via email

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.

3 participants