Skip to content

Commit

Permalink
nclient4: support BSDs
Browse files Browse the repository at this point in the history
mdlayher/raw supports them, so why don't we support them, too.

Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf authored and insomniacslk committed Jan 19, 2022
1 parent 5297eed commit 3c283ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build go1.12
//go:build go1.12 && (darwin || freebsd || linux || netbsd || openbsd)
// +build go1.12
// +build darwin freebsd linux netbsd openbsd

package nclient4

Expand Down

0 comments on commit 3c283ff

Please sign in to comment.