Skip to content

Comments

feat: Implement WithoutHeader#58

Merged
cmilesdev merged 2 commits intomainfrom
cmilesdev/feat-with-no-header
Dec 24, 2025
Merged

feat: Implement WithoutHeader#58
cmilesdev merged 2 commits intomainfrom
cmilesdev/feat-with-no-header

Conversation

@cmilesdev
Copy link
Member

Changes

Implements ability to not display the header to users if so desired. Default (false)

Example

func main() {
	// WithoutHeader disables printing the source location header.

	// Example: disable header
	// Default: false
	d := godump.NewDumper(godump.WithoutHeader())
	d.Dump("hello")
	// "hello" #string
}

@cmilesdev cmilesdev mentioned this pull request Dec 20, 2025
@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cmilesdev cmilesdev merged commit 1a3ba57 into main Dec 24, 2025
7 checks passed
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