Merge pull request #342 from alixander/remove_cgo_buildtags

remove all cgo build tags
This commit is contained in:
Alexander Wang 2022-12-03 12:35:36 -08:00 committed by GitHub
commit e77aee2303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"