Skip to content

Commit f14d855

Browse files
authored
Merge pull request #78 from skozlov404/fix_tags
Fix buildtag for go1.7 introduced in #77
2 parents 0029353 + cd61a0f commit f14d855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syscall_dup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build (!linux || !arm64) && (!linux || !riscv64) && !windows && !go1.7
1+
//go:build (!linux || !arm64) && (!linux || !riscv64) && !windows && go1.7
22
// +build !linux !arm64
33
// +build !linux !riscv64
44
// +build !windows

0 commit comments

Comments
 (0)