index
:
go-x-website
main
Fork of golang.org/x/website with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
pkgdoc
/
doc.go
Age
Commit message (
Expand
)
Author
15 hours
[DO-NOT-MERGE] cmd/golangorg: allow serving in local as "go.local"
Shulhan
2024-12-05
all: remove unreachable code
Sean Liao
2024-07-09
cmd/golangorg: fix package link URLs
Russ Cox
2024-06-21
cmd,internal: replace deprecated ioutil with io and os
Oleksandr Redko
2022-12-12
internal/backport: delete
Dmitri Shuralyov
2022-08-03
internal/pkgdoc: fix rendering of generics like atomic.Pointer
Russ Cox
2022-03-15
all: handle Go 1.18 code on Go 1.16 AppEngine using new internal/backport/go/*
Russ Cox
2021-08-23
all: delete unmodified Go 1.16 backports
Russ Cox
2021-08-17
internal/web: merge with go.dev/cmd/internal/site
Russ Cox
2021-08-12
cmd/golangorg: add ability to serve tip.golang.org directly from Gerrit
Russ Cox
2021-07-23
internal/pkgdoc: take on doc-specific parts of internal/web
Russ Cox
2021-07-12
internal/web: redirect golang.org/pkg/... to pkg.go.dev/...
Russ Cox
2021-06-15
all: make compatible with Go 1.15
Russ Cox
2021-06-14
all: remove toFS usage
Russ Cox
2021-06-14
internal/godoc: clean up use of templates
Russ Cox
2021-06-08
all: remove ?m=src
Russ Cox
2021-03-12
internal/godoc: split package docs into new package pkgdoc [generated]
Russ Cox