appdash icon indicating copy to clipboard operation
appdash copied to clipboard

deadlinks

Open acclimate-zz opened this issue 7 years ago • 5 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/

acclimate-zz avatar Jan 12 '18 23:01 acclimate-zz

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.

emidoots avatar Jan 12 '18 23:01 emidoots

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:[email protected]] Sent: Friday, January 12, 2018 6:10 PM To: sourcegraph/appdash [email protected] Cc: acclimate-zz [email protected]; Author [email protected] 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

acclimate-zz avatar Jan 12 '18 23:01 acclimate-zz

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

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

emidoots avatar Jan 12 '18 23:01 emidoots

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

acclimate-zz avatar Jan 12 '18 23:01 acclimate-zz

That will install just the appdash command.

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

emidoots avatar Jan 12 '18 23:01 emidoots