Brightscout/mattermost-plugin-disable-dm

{GOVET} make dist config file error

Closed this issue · 0 comments

Command used: make dist
user: server user with additional root access
folder: mattermost-plugin-disable-dm#

Getting dependencies using glide

cd server && go get github.com/Masterminds/glide
cd server && /root/go/bin/glide install
[WARN] The name listed in the config file (github.com/Brightscout/mattermost-plugin-disable-dm/server) does not match the current location (.)
[INFO] Downloading dependencies. Please wait...
...
[INFO] Replacing existing vendor dependencies

Running GOVET
cannot find package "/src/github.com/Brightscout/mattermost-plugin-disable-dm/server" in any of:
/usr/local/go/src/
/src/github.com/Brightscout/mattermost-plugin-disable-dm/server (from $GOROOT)
/root/go/src//src/github.com/Brightscout/mattermost-plugin-disable-dm/server (from $GOPATH)
cannot find package "
/src/github.com/Brightscout/mattermost-plugin-disable-dm/server/config" in any of:
/usr/local/go/src//src/github.com/Brightscout/mattermost-plugin-disable-dm/server/config (from $GOROOT)
/root/go/src/
/src/github.com/Brightscout/mattermost-plugin-disable-dm/server/config (from $GOPATH)
make: *** [Makefile:66: govet] Error 1