From d979d692bc9eb23cf6f83e05dec236c12f39ff7c Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Tue, 20 Sep 2022 14:47:01 -0700 Subject: [PATCH] Fix package name in test --- wasm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm_test.go b/wasm_test.go index f8a02021..d256a93a 100644 --- a/wasm_test.go +++ b/wasm_test.go @@ -8,7 +8,7 @@ // This file is compiled for all architectures except WebAssembly. //go:build !js || !wasm -package xxdk_wasm +package main import ( "go/ast" -- GitLab