Skip to content

Commit 6d8d3c6

Browse files
authored
exec go fix (#5365)
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 59cf596 commit 6d8d3c6

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

core/handlers/library/noplugin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build noplugin
2-
// +build noplugin
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

core/handlers/library/plugin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !noplugin && cgo
2-
// +build !noplugin,cgo
32

43
/*
54
Copyright IBM Corp, SecureKey Technologies Inc. All Rights Reserved.

core/handlers/library/plugin_stub.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build noplugin || !cgo
2-
// +build noplugin !cgo
32

43
/*
54
Copyright IBM Corp All Rights Reserved.

core/handlers/library/race_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build race
2-
// +build race
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

integration/ledger/ledger_generate_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build generate
2-
// +build generate
32

43
/*
54
Copyright IBM Corp All Rights Reserved.

internal/fileutil/syncdir.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

internal/peer/common/commonpkcs11_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pkcs11
2-
// +build pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

internal/peer/node/signals.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

internal/peer/node/signals_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

orderer/common/server/signals.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

0 commit comments

Comments
 (0)