We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321ab8e commit 0899c83Copy full SHA for 0899c83
termenv_js.go renamed to termenv_other.go
@@ -1,5 +1,5 @@
1
-//go:build js
2
-// +build js
+//go:build js || plan9 || aix
+// +build js plan9 aix
3
4
package termenv
5
0 commit comments