ADd build constraint

This commit is contained in:
Till Faelligen 2022-04-07 15:17:22 +02:00
parent e0bed3a329
commit fe7043588c

View file

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !wasm //go:build !wasm && !windows
// +build !wasm // +build !wasm,!windows
package util package util