diff options
author | 2020-02-12 17:42:20 -0800 | |
---|---|---|
committer | 2020-02-12 17:42:20 -0800 | |
commit | 57c408a3a0e69f1319b4092b6fac8dd838bf5e45 (patch) | |
tree | 7bcf6924ff6342f9d51bae494488dba6472f29fc /config_test.go | |
parent | 0f36fa322f7057b85d36bb81af7f32d589557449 (diff) | |
download | sally-57c408a3a0e69f1319b4092b6fac8dd838bf5e45.tar.gz sally-57c408a3a0e69f1319b4092b6fac8dd838bf5e45.tar.zst sally-57c408a3a0e69f1319b4092b6fac8dd838bf5e45.zip |
Update Godoc server to pkg.go.dev (#40)
Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/`
See https://github.com/uber-go/sally/issues/39, T4832833
Diffstat (limited to 'config_test.go')
-rw-r--r-- | config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_test.go b/config_test.go index ab1bb2d..bf64085 100644 --- a/config_test.go +++ b/config_test.go @@ -22,7 +22,7 @@ packages: config, err := Parse(path) assert.NoError(t, err) - assert.Equal(t, config.Godoc.Host, "godoc.org") + assert.Equal(t, config.Godoc.Host, "pkg.go.dev") assert.Equal(t, config.URL, "google.golang.org") pkg, ok := config.Packages["grpc"] |