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 fba892a commit b6b6ba5Copy full SHA for b6b6ba5
internal/mmap/mmap_other.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build (js && wasm) || wasip1 || plan9
+//go:build (js && wasm) || wasip1 || plan9 || (solaris && !go1.20)
6
7
package mmap
8
internal/mmap/mmap_unix.go
-//go:build unix
+//go:build unix && (!solaris || go1.20)
0 commit comments