init commit
This commit is contained in:
9
fitz_vendor.go
Normal file
9
fitz_vendor.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//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"
|
||||
)
|
||||
Reference in New Issue
Block a user