Expand system error message

This commit is contained in:
mgaitonde
2022-03-09 13:17:04 -08:00
parent a38dc2f48f
commit f883e4d4b3
3 changed files with 4 additions and 4 deletions

View File

@@ -13,4 +13,4 @@ test:
go test -v -race -short -failfast -mod=vendor ./...
linux:
GOOS=linux GOARCH=amd64 go build -o gocast_linux -mod=vendor .
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o gocast -mod=vendor .