Skip to content

Conversation

@deankarn
Copy link

@deankarn deankarn commented Dec 13, 2025

Add osext.Env which is an extension to the std lib's os.Env but accepts a default if not found or if parsing of the value fails.

@deankarn deankarn marked this pull request as ready for review December 13, 2025 22:36
Comment on lines +94 to +96
if v != expectedSet {
return fmt.Errorf("set value mismatch: got %v, want %v", v, expectedSet)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use assert.Equal like other test files?

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