From f95023f695cc0872fbc752b13bf10f7ebf2901f1 Mon Sep 17 00:00:00 2001 From: whyrusleeping Date: Thu, 21 Mar 2019 13:46:16 -0700 Subject: [PATCH] make it work in wasm --- nofile_test_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nofile_test_posix.go b/nofile_test_posix.go index 11ad558..efd1b38 100644 --- a/nofile_test_posix.go +++ b/nofile_test_posix.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !windows,!wasm package dht