sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

deadlinks #200

Open acclimate-zz opened 6 years ago

acclimate-zz commented 6 years ago

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/

slimsag commented 6 years ago

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.

acclimate-zz commented 6 years ago

Thanks for the reply, do you know what the go install command is?

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

package sourcegraph.com/github.com/sourcegraph/appdash/...: unrecognized import path "sourcegraph.com/github.com/sourcegraph/appdash/..." (parse https://sourcegraph.com/github.com/sourcegraph/appdash?go-get=1: no go-import meta tags)

go get -u github.com/sourcegraph/appdash/tree/master/cmd/appdash/...

warning: "github.com/sourcegraph/appdash/tree/master/cmd/appdash/..." matched no packages

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

package sourcegraph.com/github.com/sourcegraph/appdash/-/tree/cmd/...: unrecognized import path "sourcegraph.com/github.com/sourcegraph/appdash/-/tree/cmd/..." (parse https://sourcegraph.com/github.com/sourcegraph/appdash/-/tree/cmd?go-get=1: no go-import meta tags)

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

package sourcegraph.com/github.com/sourcegraph/appdash/-/tree/cmd/appdash/...: unrecognized import path "sourcegraph.com/github.com/sourcegraph/appdash/-/tree/cmd/appdash/..." (parse https://sourcegraph.com/github.com/sourcegraph/appdash/-/tree/cmd/appdash?go-get=1: no go-import meta tags)

From: Stephen Gutekanst [mailto:notifications@github.com] Sent: Friday, January 12, 2018 6:10 PM To: sourcegraph/appdash appdash@noreply.github.com Cc: acclimate-zz acclimate@gmail.com; Author author@noreply.github.com Subject: Re: [sourcegraph/appdash] deadlinks (#200)

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sourcegraph/appdash/issues/200#issuecomment-357379575 , or mute the thread https://github.com/notifications/unsubscribe-auth/AJPij6KFrDnbx4QKaSHl74ZqHl3ke0osks5tJ-ZIgaJpZM4Rc9eV . https://github.com/notifications/beacon/AJPijxwUBWh8G6Gv3jXVj_vnxtIYfYcJks5tJ-ZIgaJpZM4Rc9eV.gif

slimsag commented 6 years ago

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

go get -u sourcegraph.com/sourcegraph/appdash/cmd/...
acclimate-zz commented 6 years ago

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

slimsag commented 6 years ago

That will install just the appdash command.

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