fix building for windows freebsd

This commit is contained in:
chrislu
2022-02-14 13:48:48 -08:00
parent ff666104c4
commit e8420aaed7
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
//go:build linux || darwin
// +build linux darwin
package command
import (