Skip to content

Commit 0899c83

Browse files
committed
fix: shims for AIX and Plan9
1 parent 321ab8e commit 0899c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

termenv_js.go renamed to termenv_other.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build js
2-
// +build js
1+
//go:build js || plan9 || aix
2+
// +build js plan9 aix
33

44
package termenv
55

0 commit comments

Comments
 (0)