remove cgo build tags
This commit is contained in:
parent
9f2ee9f357
commit
63020ef355
2 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build cgo && !noelk
|
||||
//go:build !noelk
|
||||
|
||||
package d2plugin
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
//go:build cgo
|
||||
|
||||
package d2latex
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue