Skip to content

Commit

Permalink
alts: Specify the build constraints correctly. (#3877)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
easwars committed Sep 15, 2020
1 parent 32e7099 commit a3e63e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion credentials/alts/alts_test.go
@@ -1,4 +1,4 @@
// +build linux,windows
// +build linux windows

/*
*
Expand Down
2 changes: 1 addition & 1 deletion credentials/alts/utils_test.go
@@ -1,4 +1,4 @@
// +build linux,windows
// +build linux windows

/*
*
Expand Down

0 comments on commit a3e63e8

Please sign in to comment.