remove latex_stub.go
This commit is contained in:
parent
9b434985a1
commit
8a328fcfa8
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
||||||
//go:build !cgo
|
|
||||||
|
|
||||||
package d2latex
|
|
||||||
|
|
||||||
import "errors"
|
|
||||||
|
|
||||||
func Render(s string) (string, error) {
|
|
||||||
return "", errors.New("not found in build")
|
|
||||||
}
|
|
||||||
|
|
||||||
func Measure(s string) (width, height int, _ error) {
|
|
||||||
return 0, 0, errors.New("not found in build")
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue