Update cpu_disabled.go

This commit is contained in:
Ömer Faruk Irmak 2025-06-03 16:01:54 +03:00 committed by GitHub
parent 2a84659f55
commit 4757018c2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 || tinygo.riscv
// +build ios js wasip1 tinygo.riscv
//go:build ios || js || wasip1 || tinygo
// +build ios js wasip1 tinygo
package metrics