Specify tags where term emulation is unsupported

Copy build constraints in actions_other.go to terminal_unsupported.go,
to avoid maintaining separate build constraints that are similar with
terminal_supported.go.
This commit is contained in:
niten94 2025-04-05 10:42:32 +08:00
parent a699cac3be
commit f2454c9248

View File

@ -1,4 +1,4 @@
//go:build !linux && !darwin && !freebsd && !dragonfly && !openbsd_amd64
//go:build plan9 || nacl || windows
package action