Skip to content

Commit

Permalink
Merge pull request #78 from skozlov404/fix_tags
Browse files Browse the repository at this point in the history
Fix buildtag for go1.7 introduced in #77
  • Loading branch information
deniszh authored Feb 11, 2022
2 parents 0029353 + cd61a0f commit f14d855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syscall_dup.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (!linux || !arm64) && (!linux || !riscv64) && !windows && !go1.7
//go:build (!linux || !arm64) && (!linux || !riscv64) && !windows && go1.7
// +build !linux !arm64
// +build !linux !riscv64
// +build !windows
Expand Down

0 comments on commit f14d855

Please sign in to comment.