diff --git a/d2plugin/plugin_elk.go b/d2plugin/plugin_elk.go index 9a4555128..6a8567f5e 100644 --- a/d2plugin/plugin_elk.go +++ b/d2plugin/plugin_elk.go @@ -1,4 +1,4 @@ -//go:build cgo && !noelk +//go:build !noelk package d2plugin diff --git a/d2renderers/d2latex/latex.go b/d2renderers/d2latex/latex.go index 68dd9a548..74fdb0759 100644 --- a/d2renderers/d2latex/latex.go +++ b/d2renderers/d2latex/latex.go @@ -1,5 +1,3 @@ -//go:build cgo - package d2latex import (