Modules
Russ Cox edited this page 2023-12-14 22:14:45 -05:00

Wiki Page Revisions

380 Commits

Author SHA1 Message Date
Russ Cox
b0657ab84c wiki: redirect everything to go.dev/wiki
For #61940.
2023-12-14 22:14:45 -05:00
Karel Bilek
051ae87704 Add a note about go install path@version to tools.go 2023-04-03 16:46:40 +02:00
Karel Bilek
09c0518aa3 Reverting my note after a talk in #modules 2023-04-03 16:22:43 +02:00
Karel Bilek
4137b86d68 Note that this page might not be up to date and it is not an official module documentation. 2023-04-03 16:10:35 +02:00
Thomas
6ae647c7e3 Use new Go build constraints 2022-02-13 00:27:16 +00:00
Sean Liao
3c9c9e1ade url updates to go.dev / pkg.go.dev 2022-01-22 17:27:16 +01:00
Sean Liao
6fe9f52ac7 fix godoc.org / pkg.go.dev links 2022-01-22 16:52:18 +01:00
Anthony Fok
b83cb4d2f1 Fix typo: recored → recorded 2021-11-29 03:36:30 -07:00
Tom Busby
4124a530eb Make go.mod output more accurate for Quick Start guide 2021-08-12 17:51:34 +02:00
Tom Busby
ca294ceefe Add output of `go mod tidy` to Quick Start guide. 2021-08-12 17:47:24 +02:00
Tom Busby
e2a0fa95cc Update the quick start given that the implicit alteration of go.mod and go.sum files is no longer enabled by default 2021-08-12 17:45:27 +02:00
thepudds
e93463d3e8 faq: remove old stament about go.sum retaining checksums for removed dependencies 2021-08-04 14:51:09 -04:00
Alexey Palazhchenko
8b01addc5a Remove gocenter.io (it's dead, Jim) 2021-05-21 14:06:47 +03:00
Peter Bourgon
a549b3e4b7 Try to fix ambiguity re: replace with filesystem path + reqiure 2021-05-14 17:29:49 +02:00
Mihael Dimoski
5f1dc9bba9 Updated Modules (markdown) 2021-04-11 15:33:32 +02:00
Sean Liao
341d86d5bc go1.16 2021-04-11 14:43:02 +02:00
Shulhan
e7a5952319 Fix the broken link on module private documentation 2021-03-23 12:55:30 +07:00
Oliver Newman
c7146b3d80 Fix minor typo 2021-03-16 11:57:57 -04:00
jrynd
4c40ede50f Update VS Code status and links 2021-03-14 22:00:20 -04:00
Aaron Schlesinger
67eb158292 Updated Modules (markdown) 2021-03-11 14:55:04 -08:00
kun
66f36eaa6d Updated Modules (markdown) 2021-02-09 13:05:00 +08:00
kun
4c78f60aeb Add new Go module proxy 2021-02-09 13:04:21 +08:00
Hajime Hoshi
59294be102 Updated Modules (markdown) 2020-10-15 02:42:39 +09:00
Bryan C. Mills
09364bf097 Updated Modules (markdown) 2020-09-11 11:54:12 -04:00
Bryan C. Mills
80f613a865 Updated Modules (markdown) 2020-09-11 11:54:00 -04:00
Jay Conrod
8597da9c4b add 1.15 release notes 2020-08-12 11:50:29 -04:00
Adam Shaw
96ac5c7663 Fix typo director => directory 2020-07-06 13:28:01 -04:00
Matthew Mueller
d6ab341360 Add a note about referencing branches 2020-06-29 22:28:56 +02:00
kun
9819210c8d Updated Modules (markdown) 2020-06-23 20:39:40 +08:00
Todd Gao
2ec1e947cf Created Modules (markdown) 2020-05-26 02:14:45 +08:00
Todd Gao
184364ecb0 Destroyed Modules (markdown) 2020-05-26 02:06:46 +08:00
Jay Conrod
e79f364f5b add FAQ on downloading modules for a specific set of packages 2020-03-24 13:27:47 -04:00
Ryan He
4d1693a413 fix typo 2020-03-16 14:43:51 +08:00
vikyd
535d29f17f Updated Modules (markdown) 2020-03-10 22:09:45 +08:00
vikyd
489cd32408 GOPROXY alternate Tencent Cloud: https://mirrors.tencent.com/go 2020-03-10 22:07:57 +08:00
John Mulligan
813251e476 'default' is more equivalent to git's 'master' than 'tip', another occurance 2020-03-05 17:15:10 -05:00
John Mulligan
6dff6da61b 'default' is more equivalent to git's 'master' than 'tip' 2020-03-05 17:07:51 -05:00
Jay Conrod
4287fbb0b5 add highlights from go 1.14 release notes 2020-02-26 17:37:17 -05:00
Jay Conrod
e6e2c01b77 Edited wording in introduction to indicate modules are "ready for production" instead of "finalized" in 1.14. (#36967) 2020-02-05 14:40:35 -05:00
Dominik Honnef
6b95af9c3a Revert 460604a^...460604a on Modules 2020-01-31 13:16:39 +01:00
Vladimir galliardt
460604a50e Revert 28ab6c9^...28ab6c9 on Modules 2020-01-31 09:30:37 +01:00
Olivier Ligot
28ab6c9ada Add go-mod-upgrade, a new tool to update outdated Go dependencies interactively 2020-01-31 08:34:13 +01:00
frederikhors
2252652dd5 remove misprint 2020-01-29 12:49:46 +01:00
Jay Conrod
ace75253fc revert changes from a2d1c5c. replace directives should not be used like this. 2020-01-24 11:37:43 -08:00
George Dunlap
1c091638bb Consistently use `github.com/user/mymod` throughout the section; explicitly say how to include sub-packages from a higher-level file. 2020-01-24 14:37:43 +00:00
George Dunlap
a2d1c5c6fa Make it clearer how to effectively use multiple packages within the same module. 2020-01-24 14:24:18 +00:00
Manlio Perillo
fbec9ec735 revert commit fafd8df 2020-01-15 17:43:14 +01:00
Manlio Perillo
fafd8df843 Use annotated tags, since git push --follow-tags ignore non annotated tags 2020-01-15 17:38:20 +01:00
Deep Datta
b49ecf0e4c edit 2020-01-09 13:00:03 -08:00
Deep Datta
2b71e52f00 GoCenter is totally free and made for the community! :) Not a commercial offering. 2020-01-09 12:47:22 -08:00