yanyiwu / gojieba

"结巴"中文分词的Golang版本
MIT License
2.39k stars 302 forks source link

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

Open wangsj96 opened 4 years ago

wangsj96 commented 4 years ago

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

rabbee commented 4 years ago

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