diff --git a/main_unix.go b/main_unix.go index 1acf66f..bd84a69 100644 --- a/main_unix.go +++ b/main_unix.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build (linux && !android) || dragonfly || openbsd -// +build linux,!android dragonfly openbsd +//go:build (linux && !android) || dragonfly || openbsd || freebsd +// +build linux,!android dragonfly openbsd freebsd package main