Skip to content

Commit

Permalink
Add Go 1.17 build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 31, 2022
1 parent df67f46 commit a0ed747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions constants_unix.go
@@ -1,3 +1,4 @@
//go:build (darwin || dragonfly || freebsd || netbsd || openbsd) && !solaris && !illumos
// +build darwin dragonfly freebsd netbsd openbsd
// +build !solaris
// +build !illumos
Expand Down
1 change: 1 addition & 0 deletions termenv_unix.go
@@ -1,3 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris

package termenv
Expand Down

0 comments on commit a0ed747

Please sign in to comment.