use tinygo build flag for consistency

This commit is contained in:
Kevaundray Wedderburn 2025-08-16 17:49:09 +01:00
parent 47511951cf
commit 5f34763d0f
2 changed files with 4 additions and 4 deletions

View file

@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License // 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/>. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build windows || js || riscv //go:build windows || js || tinygo
// +build windows js riscv // +build windows js tinygo
package metrics package metrics

View file

@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License // 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/>. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build !windows && !js && !wasip1 && !riscv //go:build !windows && !js && !wasip1 && !tinygo
// +build !windows,!js,!wasip1,!riscv // +build !windows,!js,!wasip1,!tinygo
package metrics package metrics