sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.

Home Page:https://sourcegraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deadlinks

acclimate-zz opened this issue · comments

The go link to install does not appear to work:

sourcegraph.com/sourcegraph/appdash/..

Error
repo sourcegraph/appdash not found

The slack channel link also appears to be dead.
http://slackin.srclib.org/

Thanks, yeah the correct link is https://sourcegraph.com/github.com/sourcegraph/appdash

we don't have a slack channel anymore, but it may come back soon.

The one from the README is correct -- https://github.com/sourcegraph/appdash#usage

go get -u sourcegraph.com/sourcegraph/appdash/cmd/...

Its like nothing happened. How do I check if it has installed?

go get -u sourcegraph.com/sourcegraph/appdash/cmd/...
$ webapp
webapp: command not found

That will install just the appdash command.

It installs it to $GOBIN or $GOPATH/bin depending on which one is set.