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

Fix buildtag for go1.7 introduced in #77 #78

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

skozlov404
Copy link
Contributor

In #77, !go1.7 was added to //go:build in syscall_dup.go
despite it having // +build go1.7 tag.

This automatically fixes build on go1.17/FreeBSD, and maybe other
platforms too.

In sevlyar#77, `!go1.7` was added to `//go:build` in syscall_dup.go
despite it having `// +build go1.7` tag.

This automatically fixes build on go1.17/FreeBSD, and maybe other
platforms too.
@deniszh deniszh merged commit f14d855 into sevlyar:master Feb 11, 2022
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