[windows] add build tags to browser runtime

This commit is contained in:
Lea Anthony
2021-10-17 21:47:57 +11:00
parent 1faa962cf5
commit 04cde94c96

View File

@@ -1,3 +1,6 @@
//go:build windows
// +build windows
package windows
import (