From f94ab85d2bc59cb56ed35a763beb3e2167c72110 Mon Sep 17 00:00:00 2001 From: samber Date: Fri, 26 Apr 2024 00:03:35 +0000 Subject: [PATCH] bump v2.4.0 --- main_test.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 main_test.go diff --git a/main_test.go b/main_test.go deleted file mode 100644 index 2d0bc1c..0000000 --- a/main_test.go +++ /dev/null @@ -1,12 +0,0 @@ -package slogrollbar - -import ( - "testing" - - // "go.uber.org/goleak" -) - -func TestMain(m *testing.M) { - // commented because the rollbar library is leaking a coroutine - // goleak.VerifyTestMain(m) -}