remove cgo build tags

This commit is contained in:
Alexander Wang 2022-12-03 12:15:54 -08:00
parent 9f2ee9f357
commit 63020ef355
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
//go:build cgo && !noelk
//go:build !noelk
package d2plugin

View file

@ -1,5 +1,3 @@
//go:build cgo
package d2latex
import (