From b6c5d4d511246b2eb6624827eedc01fc1a8943dc Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Wed, 27 Mar 2024 15:27:07 -0700 Subject: [PATCH] Fix go tests --- examples/main_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/main_test.go b/examples/main_test.go index 4835249..8c92756 100644 --- a/examples/main_test.go +++ b/examples/main_test.go @@ -1,6 +1,3 @@ -//go:build nodejs || python || dotnet || java || all -// +build nodejs python dotnet java all - package examples import (