unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.54k stars 250 forks source link

v3 folder is missing from project unipdf #317

Closed nuwaida closed 4 years ago

nuwaida commented 4 years ago

Hi, I'm using git submodule with my go project. When importing the creator, it refers to v3 folder, and there is no such folder in the unipdf library. am I missing something here?

I get many errors like this when running the project: ..\vendor\github.com\unidoc\unipdf\creator\block.go:14:2: cannot find package "github.com/unidoc/unipdf/v3/common" in any of

I have the correct GOPATH, the vendor/github.com/unidoc/unipdf is missing v3 folder and files.

Thanks, Nazem

github-actions[bot] commented 4 years ago

Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/

gunnsth commented 4 years ago

unipdf uses go modules as the primary for loading, via go.mod file.