diff options
| author | Jonathan Amsterdam <jba@google.com> | 2019-11-20 13:32:39 -0500 |
|---|---|---|
| committer | Julie Qiu <julie@golang.org> | 2020-03-27 16:46:48 -0400 |
| commit | c77f28bf038ee25dce5a0cd513b721683bf940cc (patch) | |
| tree | 9b4624c908da8f842a5b9fd89c6d33d6d4d6e81c /internal/testing/sample/sample.go | |
| parent | cfef41cecc45eb7bac612d307acd09f57fc8eafc (diff) | |
| download | go-x-pkgsite-c77f28bf038ee25dce5a0cd513b721683bf940cc.tar.xz | |
internal/pagecheck: add checks for overview pages
Change-Id: I643e59f9eb13f9b9abbf8c30daedb2264a3a65e3
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/602822
Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'internal/testing/sample/sample.go')
| -rw-r--r-- | internal/testing/sample/sample.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testing/sample/sample.go b/internal/testing/sample/sample.go index 9302f394..e8adc973 100644 --- a/internal/testing/sample/sample.go +++ b/internal/testing/sample/sample.go @@ -22,7 +22,7 @@ import ( // These sample values can be used to construct test cases. var ( ModulePath = "github.com/valid_module_name" - RepositoryURL = "github.com/valid_module_name" + RepositoryURL = "https://github.com/valid_module_name" VersionString = "v1.0.0" CommitTime = NowTruncated() LicenseMetadata = []*license.Metadata{ |
