Adds support for build on GOOS=js (#1614)

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This commit is contained in:
Takeshi Yoneda
2023-08-07 14:59:12 +09:00
committed by GitHub
parent edb7bc2b10
commit 2922b0e63c
4 changed files with 13 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
//go:build !plan9
//go:build !plan9 && !js
package sock