diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2020-06-26 20:03:20 -0400 |
|---|---|---|
| committer | Dmitri Shuralyov <dmitshur@golang.org> | 2020-06-30 00:10:31 +0000 |
| commit | 00bd012f459c6ed3fc949584efc09a67f3f890d1 (patch) | |
| tree | c766ce8cb257e7b8eb0d61443e1cf03546c934c3 /internal/source/source.go | |
| parent | b7f0b200a9efd1af0bc268d7233bdb65ed3b2774 (diff) | |
| download | go-x-pkgsite-00bd012f459c6ed3fc949584efc09a67f3f890d1.tar.xz | |
internal/fetch/dochtml: update package documentation and issue numbers
There has been progress made since the package comments
were written. Update them to reflect the current state.
For golang/go#39621.
Change-Id: I3f950428a96bc0561b45b0d49117d2eda58d3cf7
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/240187
Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'internal/source/source.go')
| -rw-r--r-- | internal/source/source.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/source.go b/internal/source/source.go index 27b83ae1..af9f0748 100644 --- a/internal/source/source.go +++ b/internal/source/source.go @@ -473,7 +473,7 @@ var patterns = []struct { Directory: "{repo}/+/{commit}/{dir}", File: "{repo}/+/{commit}/{file}", Line: "{repo}/+/{commit}/{file}#{line}", - // no raw support (b/13912564) + // Gitiles has no support for serving raw content at this time. }, }, { |
