mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-03 16:21:14 +01:00
app/vmctl/terminal: fix builds for GOOS=freebsd and GOOS=openbsd
This is a follow-up for 8da9502df6
This commit is contained in:
parent
28975067c6
commit
b5d18c0d28
@ -1,5 +1,5 @@
|
||||
//go:build darwin
|
||||
// +build darwin
|
||||
//go:build darwin || freebsd || openbsd
|
||||
// +build darwin freebsd openbsd
|
||||
|
||||
package terminal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user