Skip to content

Commit

Permalink
Use the hot, new Go 1.17 build tags syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Sep 7, 2021
1 parent 9d0e1db commit d1fb02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions signals_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris

package tea
Expand Down
1 change: 1 addition & 0 deletions tty_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris

package tea
Expand Down

0 comments on commit d1fb02c

Please sign in to comment.