mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00: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 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
//go:build darwin
|
//go:build darwin || freebsd || openbsd
|
||||||
// +build darwin
|
// +build darwin freebsd openbsd
|
||||||
|
|
||||||
package terminal
|
package terminal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue