gen2brain / go-fitz

Golang wrapper for the MuPDF Fitz library
GNU Affero General Public License v3.0
412 stars 96 forks source link

go mod vendor local vendor dir not include libs dir and include dir #80

Closed andotorg closed 1 year ago

andotorg commented 1 year ago

image Missing cgo dependency package directory

andotorg commented 1 year ago

After manually adding this directory, running go mod vendor will also result in loss

gen2brain commented 1 year ago

@andotorg Do not use vendor, as you noticed it will not copy all files.