We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c541671 commit b15a054Copy full SHA for b15a054
flock_unix.go
@@ -3,7 +3,7 @@
3
// Use of this source code is governed by the BSD 3-Clause
4
// license that can be found in the LICENSE file.
5
6
-//go:build !aix && !solaris && !windows
+//go:build !aix && (!solaris || illumos) && !windows
7
8
package flock
9
flock_unix_variants.go
@@ -15,7 +15,7 @@
15
// This code is adapted from the Go package:
16
// cmd/go/internal/lockedfile/internal/filelock
17
18
-//go:build aix || solaris
+//go:build aix || (solaris && !illumos)
19
20
21
0 commit comments