mirror of https://github.com/grpc/grpc-go.git
alts: Specify the build constraints correctly. (#3877)
From the official docs: A build constraint is evaluated as the OR of space-separated options. Each option evaluates as the AND of its comma-separated terms.
This commit is contained in:
parent
32e7099ccc
commit
a3e63e87bd
|
@ -1,4 +1,4 @@
|
|||
// +build linux,windows
|
||||
// +build linux windows
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build linux,windows
|
||||
// +build linux windows
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue