From 642fc4274537ee70a7a93b2af17f4185a2ca26fe Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 18 Feb 2019 22:46:25 +0100 Subject: [PATCH] fix: add wasm build tag to wasm module It is not strictly needed but in cases of builds with Go older than 1.11 it significantly improves error message. --- control_wasm.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/control_wasm.go b/control_wasm.go index a8f7f34..d5d0a52 100644 --- a/control_wasm.go +++ b/control_wasm.go @@ -1,3 +1,5 @@ +// +build wasm + package reuseport import (