gojieba icon indicating copy to clipboard operation
gojieba copied to clipboard

fatal error: 'cppjieba/Jieba.hpp' file not found

Open wangsj96 opened this issue 5 years ago • 1 comments

使用 go mod 管理依赖时 不会自动下载 deps 里面的文件 如果使用 go build -mod=vendor 时会出现找不到文件错误

wangsj96 avatar Sep 24 '19 09:09 wangsj96

貌似cgo项目的都有这个问题,现在我直接复制整个目录进vendor里就可以build了

rabbee avatar Sep 25 '19 10:09 rabbee