update sum domain

pull/136/head
kun 2020-02-19 10:11:32 +08:00 committed by GitHub
parent 0aabdb55f7
commit 05e870cc9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ var supportedSumDB = []string{
func init() {
go func() {
p := "https://sum.google.com"
p := "https://sum.golang.org"
_, err := http.Get(p)
if err == nil {
enableGoogleSumDB = true