sourcegraph / go-selenium

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

Fix import comment to fix failing in go 1.4 #10

Closed korzha closed 9 years ago

korzha commented 9 years ago

Using go 1.4 'go get -u -a' logs the error message:

package github.com/sourcegraph/go-selenium: code in directory /Users/user/workspace/go/src/github.com/sourcegraph/go-selenium expects import "sourcegraph.com/sourcegraph/go-selenium"

sqs commented 9 years ago

Isn't that the desired behavior, though? Does your change disable the import comment? The docs seem to suggest that the comment style is irrelevant.

korzha commented 9 years ago

Sorry, my bad.