Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion clients/iota-go/hw_ledger/ledger-go/ledger_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build ledger_mock
// +build ledger_mock

/*******************************************************************************
* (c) Zondax AG
Expand Down
1 change: 0 additions & 1 deletion clients/iota-go/hw_ledger/ledger_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build ledger_speculos
// +build ledger_speculos

package hw_ledger

Expand Down
1 change: 0 additions & 1 deletion packages/cryptolib/byteutils/xor_generic.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// 3rd-party code from: https://github.com/golang/go/blob/master/src/crypto/cipher/xor_generic.go
//go:build !amd64 && !ppc64 && !ppc64le
// +build !amd64,!ppc64,!ppc64le

package byteutils

Expand Down
1 change: 0 additions & 1 deletion packages/cryptolib/byteutils/xor_ppc64x.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// 3rd-party code from: https://github.com/golang/go/blob/master/src/crypto/cipher/xor_ppc64x.go
//go:build ppc64 || ppc64le
// +build ppc64 ppc64le

package byteutils

Expand Down
1 change: 0 additions & 1 deletion packages/testutil/run_heavy_tests_true.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// only included if tag=runheavy
//go:build runheavy
// +build runheavy

package testutil

Expand Down