Skip to content

Commit e900175

Browse files
authored
Merge pull request #374 from pswilde/patch-1
Add freebsd to main_unix.go
2 parents 5f285b8 + 8e04ede commit e900175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main_unix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build (linux && !android) || dragonfly || openbsd
6-
// +build linux,!android dragonfly openbsd
5+
//go:build (linux && !android) || dragonfly || openbsd || freebsd
6+
// +build linux,!android dragonfly openbsd freebsd
77

88
package main
99

0 commit comments

Comments
 (0)