I am facing the compiling issue. When I am running `make` by following compile document, the following errors show up > ? github.com/apache/skywalking-cli/logger [no test files] ? github.com/apache/skywalking-cli/swctl [no test files] ? github.com/apache/skywalking-cli/util [no test files] $(go env GOPATH)/bin/go-licenser -version || GO111MODULE=off go get -u github.com/elastic/go-licenser /bin/bash: /Users/wusheng/Documents/GitHub/go/src:/Users/wusheng/Documents/GitHub/go/bin/go-licenser: No such file or directory $(go env GOPATH)/bin/go-licenser -d -licensor='Apache Software Foundation (ASF)' . /bin/bash: /Users/wusheng/Documents/GitHub/go/src:/Users/wusheng/Documents/GitHub/go/bin/go-licenser: No such file or directory make: *** [license] Error 127
Even I was trying to install go-licenser manually, through `go get -u github.com/elastic/go-licenser`. I got this > go: finding golang.org/x/net latest go get: gopkg.in/src-d/[email protected] updating to gopkg.in/src-d/[email protected] requires gopkg.in/russross/[email protected]: go.mod has non-....v2 module path "github.com/russross/blackfriday/v2" at revision v2.0.1 Could you tell me what am I missing? I am compiling on MacOS. go version go1.13.4 darwin/amd64 Sheng Wu 吴晟 Twitter, wusheng1108 kezhenxu94 <[email protected]> 于2019年12月4日周三 下午1:37写道: > Sorry the style messes up in the previous email. > > Hi the SkyWalking Community: > > Since all of the pull requests(issues) in SkyWalking CLI milestone 0.1.0 > [1] [2] are merged(closed), > > > it's ready to test and if everything is ok, we should be able to release > the very first version of SkyWalking CLI, 0.1.0 soon. > > > So, now we'll freeze the codebase and won't merge (but you can still open) > new pull requests until the release is finished.Please do the tests and > feedback the result or send the fixing pull request directly. > > > Tests mainly includes: > - [ ] `service` command > - [ ] `instance` command > - [ ] `endpoint` command > - [ ] `metrics` command, including `linear-metrics`, `single-metrics`, > especially the ascii graphs > - [ ] cross-platform (Linux, MacOS, Windows) compatibilities, if you have > multiple devices, or docker containers for example. > > > Thanks, everyone. Look forward to the very first version of SkyWalking CLI > 0.1.0. > > [1] https://github.com/apache/skywalking-cli/milestone/1?closed=1 > [2]https://github.com/apache/skywalking/milestone/38?closed=1 > > > > > > > > > -- > > GitHub @kezhenxu94 > Apache SkyWalking, Apache Dubbo > >
