remove cgo build tags
This commit is contained in:
parent
932234eb7d
commit
fb53a546f0
2 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build cgo && !nodagre
|
||||
//go:build !nodagre
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
//go:build cgo
|
||||
|
||||
package d2lib
|
||||
|
||||
import "oss.terrastruct.com/d2/d2layouts/d2dagrelayout"
|
||||
|
|
|
|||
Loading…
Reference in a new issue