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

feat: add os.DevNull #64

Merged
merged 1 commit into from Aug 28, 2022
Merged

feat: add os.DevNull #64

merged 1 commit into from Aug 28, 2022

Conversation

sashamelentyev
Copy link
Owner

No description provided.

@sashamelentyev sashamelentyev merged commit cf6b64f into main Aug 28, 2022
@sashamelentyev sashamelentyev deleted the feat/osdevnull branch August 28, 2022 18:48
Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

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

The quotes are missing

@@ -159,3 +160,7 @@ var TimeLayout = map[string]string{
time.StampMicro: "time.StampMicro",
time.StampNano: "time.StampNano",
}

var OSDevNull = map[string]string{
os.DevNull: os.DevNull,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
os.DevNull: os.DevNull,
os.DevNull: "os.DevNull",

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.

None yet

2 participants