Files
go-fitz/fitz_vendor.go
landaiqing 5ce88674da
Some checks failed
Test / test (1.22.x, macos-latest) (push) Has been cancelled
Test / test (1.22.x, ubuntu-latest) (push) Has been cancelled
init commit
2026-02-10 14:45:18 +08:00

10 lines
186 B
Go

//go:build required
package fitz
import (
_ "github.com/gen2brain/go-fitz/include/mupdf"
_ "github.com/gen2brain/go-fitz/include/mupdf/fitz"
_ "github.com/gen2brain/go-fitz/libs"
)