sourcegraph / go-selenium

Selenium WebDriver client for Go
https://sourcegraph.com/github.com/sourcegraph/go-selenium
Other
367 stars 73 forks source link

Remove hard-coded package url #29

Open shicky opened 8 years ago

shicky commented 8 years ago

Please remove hard-coded package url as it is not valid.

package selenium // import "sourcegraph.com/sourcegraph/go-selenium"
mrsinham commented 8 years ago

+1, thank you

sqs commented 8 years ago

What makes you say it is not valid? GOPATH=/tmp go get sourcegraph.com/sourcegraph/go-selenium works for me. Does it not work for you?