Update cpu_enabled.go

This commit is contained in:
Ömer Faruk Irmak 2025-06-03 16:02:13 +03:00 committed by GitHub
parent 4757018c2d
commit acc48bf7d9
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