aboutsummaryrefslogtreecommitdiff
path: root/src/net/net_fake.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net_fake.go')
-rw-r--r--src/net/net_fake.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/net_fake.go b/src/net/net_fake.go
index 0c48dd5c03..49dc57c6ff 100644
--- a/src/net/net_fake.go
+++ b/src/net/net_fake.go
@@ -4,6 +4,7 @@
// Fake networking for js/wasm. It is intended to allow tests of other package to pass.
+//go:build js && wasm
// +build js,wasm
package net