sourcegraph / go-webkit2

WebKit API bindings (WebKitGTK+ v2) for Go
https://sourcegraph.com/github.com/sourcegraph/go-webkit2
Other
313 stars 61 forks source link

Replace google.com with the github system status #39

Closed founderio closed 6 years ago

founderio commented 6 years ago

Due to local redirects the example output messes up unit tests, as the output is e.g. google.de and not google.com. This commit replaces google with a page that does not do localized redirects and is unlikely to change the title. Fixes sourcegraph#38

sqs commented 6 years ago

Thanks!