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
/
_content
/
doc
/
modules
Age
Commit message (
Expand
)
Author
2026-03-30
_content: in managing dependencies doc '-u' flag and mention '-modfile'
Michael Matloob
2026-03-17
_content/doc/modules/managing-dependencies.md: add reference to workspace in ...
Zamicol
2025-02-28
doc/modules: fix link and formatting on godebug section
Shulhan
2025-02-11
_content: update go.mod examples to use full go versions
Sean Liao
2024-12-12
_content/doc/modules: fix incorrect require directive in modules doc
Rob Findley
2024-12-11
_content/doc/modules: clarify that tool's name isn't always basename
Michael Matloob
2024-12-09
_content/doc: fix typo in modules/managing-dependencies.md
Conrad Irwin
2024-12-06
_content/doc: document module tools
Conrad Irwin
2024-10-10
_content/doc/modules: document godebug directive in go.mod
Sean Liao
2023-12-08
_content: replace https://blog.golang.org/ links with /blog/
Russ Cox
2023-09-20
_content/doc/modules/layout: fix typo in example file name
Olaf Alders
2023-09-19
_content/doc: add guide for organizing a Go module (project layout)
Eli Bendersky
2023-06-15
_content: fix broken Markdown links to /doc/toolchain
Max Riveiro
2023-06-12
_content: add https://go.dev/doc/toolchain
Russ Cox
2023-05-04
_content: fix package name in branch module image
Robert Findley
2023-02-02
_content/doc/modules: fix typos
Sean Liao
2022-10-06
_content/{ref,doc}: remove -d from go get examples
Roger Peppe
2022-04-04
_content/doc/modules/managing-dependencies: fix link syntax
Grégoire Détrez
2021-11-22
all: make golang.org and go.dev links relative
Russ Cox
2021-10-01
_context/doc/modules: add GOPRIVATE to managing-dependencies
180909
2021-09-08
_content/doc: module naming best practices
Steve Traut
2021-08-06
_content/ref/mod: update terminology for Go 1.17 changes
Bryan C. Mills
2021-07-21
_content/doc/modules: add retract directive to go.mod reference
Jay Conrod
2021-07-19
_content/doc/modules/gomod-ref: add links to /ref/mod
Bryan C. Mills
2021-07-15
_content/doc: remove duplicated "does not"
Frederik Zipp
2021-07-13
_content/doc/modules/pruning: add a placeholder redirecting to “Managing de...
Bryan C. Mills
2021-06-30
_content/doc/modules: add missing space in link text
Bryan C. Mills
2021-06-22
_content/doc/modules: add missing @ in replace command
Tobias Klauser
2021-06-02
_content/doc: clarify that a replace directive does not imply require
Jay Conrod
2021-04-16
_content/doc/modules: fix typo
Jay Conrod
2021-03-24
_content/doc/modules: fix typos
Jay Conrod
2021-03-19
_content/doc: add details about semantics of go directive in go.mod
Jay Conrod
2021-03-12
_content/doc: remove redundant Path metadata
Russ Cox
2021-03-12
_content: remove trailing spaces
Russ Cox
2021-03-07
_content/doc: fix typos
Frederik Zipp
2021-03-02
_content/doc: fix module and tutorial bugs and clean up flow
Steve Traut
2021-02-25
_content/doc: fix typos, broken links, and text formatting
Frederik Zipp
2021-02-17
_content/doc/modules: fix typo in gomod-ref.md
Andrea Simonini
2021-02-16
_content: move content/static/* to _content/*
Russ Cox