Skip to content

Commit

Permalink
Update build constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Sep 28, 2021
1 parent 2700b7c commit 112444f
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka_test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package splunkkafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
// +build !windows
//go:build cgo && (linux || darwin)
// +build cgo
// +build linux darwin

package test

Expand Down

0 comments on commit 112444f

Please sign in to comment.