mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-07 21:44:27 +00:00
Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com>
This commit is contained in:
parent
27c4be76fd
commit
057d840380
2 changed files with 4 additions and 4 deletions
|
|
@ -14,8 +14,8 @@
|
|||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build ios || js || wasip1
|
||||
// +build ios js wasip1
|
||||
//go:build ios || js || wasip1 || tinygo
|
||||
// +build ios js wasip1 tinygo
|
||||
|
||||
package metrics
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build !ios && !js && !wasip1
|
||||
// +build !ios,!js,!wasip1
|
||||
//go:build !ios && !js && !wasip1 && !tinygo
|
||||
// +build !ios,!js,!wasip1,!tinygo
|
||||
|
||||
package metrics
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue