remove cgo build tags

This commit is contained in:
Alexander Wang 2022-12-03 12:34:38 -08:00
parent 932234eb7d
commit fb53a546f0
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 && !nodagre //go:build !nodagre
package main package main

View file

@ -1,5 +1,3 @@
//go:build cgo
package d2lib package d2lib
import "oss.terrastruct.com/d2/d2layouts/d2dagrelayout" import "oss.terrastruct.com/d2/d2layouts/d2dagrelayout"