You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonas Haag edited this page Jan 3, 2017
·
2 revisions
Go dependencies are managed using govendor. For govendor to work it is necessary that the mesos_export repository be checked out in subfolder of GOPATH. To set up a fresh GOPATH you may follow these instructions:
mkdir -p /tmp/some/gopath/src
export GOPATH=/tmp/some/gopath
go get -u github.com/kardianos/govendor
cd /tmp/some/gopath/src
git clone https://github.com/mesosphere/mesos_exporter
cd mesos_exporter
$GOPATH/bin/govendor list