Skip to content

Commit

Permalink
Add missing build tags to fix builds in BSD systems
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Nov 3, 2021
1 parent 119144e commit a55bf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cancelreader_select.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build solaris || darwin
// +build solaris darwin
//go:build solaris || darwin || freebsd || netbsd || openbsd
// +build solaris darwin freebsd netbsd openbsd

// nolint:revive
package tea
Expand Down

0 comments on commit a55bf77

Please sign in to comment.