From d9306e9fcf27d628f94f288c582c9a07c2f989ca Mon Sep 17 00:00:00 2001 From: Faissal Elamraoui Date: Fri, 7 Apr 2017 15:56:47 +0200 Subject: [PATCH] Fixes #406 Adds support for darwin/amd64 platforms but requires cgo for cross compilation. --- cmd/commands/dlv/dlv_amd64.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/commands/dlv/dlv_amd64.go b/cmd/commands/dlv/dlv_amd64.go index de2d3ae..6eda3fb 100644 --- a/cmd/commands/dlv/dlv_amd64.go +++ b/cmd/commands/dlv/dlv_amd64.go @@ -12,8 +12,6 @@ // License for the specific language governing permissions and limitations // under the License. -// +build !darwin - // Package dlv ... package dlv