mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +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
d15618f2ef
commit
64cf8fe492
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
//go:build darwin
|
||||
// +build darwin
|
||||
//go:build darwin || freebsd || openbsd
|
||||
// +build darwin freebsd openbsd
|
||||
|
||||
package terminal
|
||||
|
||||
|
|
Loading…
Reference in a new issue