和上文类似,同样是在安装bleve这款全文搜索引擎上出现的问题。
cannot find package "golang.org/x/text/unicode/norm" in any of:
/Users/.../projects/go-projects/src/github.com/blevesearch/bleve/vendor/golang.org/x/text/
unicode/norm (vendor tree)
/usr/local/go/src/golang.org/x/text/unicode/norm (from $GOROOT)
/Users/.../projects/go-projects/src/golang.org/x/text/unicode/norm (from $GOPATH)
cd src/golang.org/x
git clone git@github.com:weisd/golang.org-x-text.git text --depth 1
https://github.com/blevesearch/bleve/blob/master/vendor/manifest
"importpath": "golang.org/x/text/unicode/norm",
"repository": "https://go.googlesource.com/text",