mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
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:
parent
a699cac3be
commit
f2454c9248
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build !linux && !darwin && !freebsd && !dragonfly && !openbsd_amd64
|
||||
//go:build plan9 || nacl || windows
|
||||
|
||||
package action
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue