fee71e7740
Feature/postprocessing * tests * passtest * fixshorttests * mosttests * improvingbasedockerfile * testspeeds * testing * host * canparallel * clean * passfullsuite * singlepagemax * test * findfeatures * findstables * tbls * tablestoo * tablestoo * lateraltests * tableloc * cleanup * inlinetable * childids * cleanup * tests
10 lines
186 B
Go
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"
|
|
)
|