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.
2 parents 5f285b8 + 8e04ede commit e900175Copy full SHA for e900175
main_unix.go
@@ -2,8 +2,8 @@
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 (linux && !android) || dragonfly || openbsd
6
-// +build linux,!android dragonfly openbsd
+//go:build (linux && !android) || dragonfly || openbsd || freebsd
+// +build linux,!android dragonfly openbsd freebsd
7
8
package main
9
0 commit comments