diff --git a/lambda/wrapper.go b/lambda/wrapper.go index f40e5b9a..854a239c 100644 --- a/lambda/wrapper.go +++ b/lambda/wrapper.go @@ -3,11 +3,6 @@ // This product includes software developed at Datadog (https://www.datadoghq.com/). // Copyright 2016-present Datadog, Inc. -// Specify the noexecwrapper build tag to remove the wrapper tampoline from -// this library if it is undesirable. -//go:build unix && !noexecwrapper -// +build unix,!noexecwrapper - package lambda import ( diff --git a/lambda/wrapper_test.go b/lambda/wrapper_test.go index b1ea317f..bd294e9e 100644 --- a/lambda/wrapper_test.go +++ b/lambda/wrapper_test.go @@ -3,9 +3,6 @@ // This product includes software developed at Datadog (https://www.datadoghq.com/). // Copyright 2016-present Datadog, Inc. -//go:build unix && !noexecwrapper -// +build unix,!noexecwrapper - package lambda import (