Aofei Sheng
2a87302380
Add Goproxy China
2019-03-23 22:13:10 +08:00
thepudds
16d85895df
correct minor confusion between pre-1.11 users vs. non-modules users in how to release v2+ module section
2019-03-13 12:06:32 -04:00
Grant Wu
7420181b85
Fix typo
2019-03-12 14:07:58 -04:00
Bryan C. Mills
4aa4c78394
Revert 6f4a026c73d4558abd7639eae3cf171025e9a21b...2bc1f8c5c4673ba5e0e47a6fabdf5e7bdc57eb7e on Modules
2019-03-02 14:22:57 -05:00
Yamamoto, Hirotaka
2bc1f8c5c4
Updated Modules (markdown)
2019-03-01 22:38:53 +09:00
thepudds
6f4a026c73
provide pointer to example of bootstrapping your version info by running 'go mod init' on a complex dependency that does not have a 'go.mod' itself.
2019-02-26 13:56:53 -05:00
thepudds
afeb4125e8
update upgrade instructions to more clearly describe 'go get -u foo'
2019-02-26 09:00:13 -05:00
Jean de Klerk
4a042f4aed
Remove superfluous note on single vs multiple modules.
2019-02-25 13:48:13 -07:00
Jean de Klerk
70f44ed623
Remove (more) superfluous multi-module documentation in favour of canonical source below.
2019-02-25 13:47:42 -07:00
Jean de Klerk
2b0e320f25
s/will/can lead to/
2019-02-25 13:44:21 -07:00
Jean de Klerk
12b2d165b1
Add warning about GOPATH users as part of advice to use master as tagged branch.
2019-02-25 13:43:53 -07:00
Jean de Klerk
084a2546ae
Add back in incorrectly removed content in 3bdbcdc9ebb04d7c17992e2a9da750bfc4fa4d4c and 5af1d6de0d067fdf3873f3b12678f030764cd91e. Moved 3bdbcdc9ebb04d7c17992e2a9da750bfc4fa4d4c content to go.mod intro paragraph.
2019-02-25 12:47:55 -07:00
Jean de Klerk
30001cbeb9
Newline to break up lengthy paragraph.
2019-02-25 12:43:52 -07:00
Jean de Klerk
3bdbcdc9eb
Remove superfluous sentence that doesn't flow with or relate to rest of section.
2019-02-25 12:43:14 -07:00
Jean de Klerk
62c05599ea
Remove superfluous multi-module documentation in favour of canonical section below.
2019-02-25 12:42:34 -07:00
Jean de Klerk
5af1d6de0d
Remove duplicate (word-for-word) content.
2019-02-25 12:40:16 -07:00
Jean de Klerk
64727def8e
Link to multi-module docs from elsewhere in the doc.
2019-02-25 12:39:27 -07:00
Jean de Klerk
4d60296cfc
Make more explicit that the provided examples are a subset of semver, not the exact specification.
2019-02-25 12:36:25 -07:00
Jean de Klerk
352510784b
Remove superfluous replace/dropreplace section.
2019-02-25 12:33:48 -07:00
Jean de Klerk
2c3c07de47
Initial commit of the Multi-Module documentation. Iterations are expected to get formatting and imagery to look right. Further iterations are expected to line up rest of documentation with this documentation.
2019-02-25 12:28:53 -07:00
Alex Haynes
176014749f
Remove spare word
2019-02-14 17:00:08 -06:00
thepudds
4d09f91260
adjust TOC for Quick Start
2019-01-24 11:03:05 -05:00
thepudds
ac96d590e3
provide additional semver example with a prerelease tag
2019-01-08 10:20:50 -05:00
thepudds
a569e2a891
link to blog.golang.org/modules2019 as reference for plan to finalize for Go 1.13
2018-12-29 17:43:34 -05:00
thepudds
74bc86b68d
formatting
2018-12-23 12:16:09 -05:00
thepudds
9e42e46ea3
slightly clarify the module path
2018-12-23 12:08:59 -05:00
thepudds
b865b44a9a
summarize the relationship between repositories, modules, and packages
2018-12-23 12:03:38 -05:00
thepudds
6a4b1ebae2
Remove a vgo reference
2018-12-23 10:48:22 -05:00
thepudds
43da106527
mention 1.13 is the goal now, rather than 1.12; state again that multiple module repositories are less common (hopefully this will be replaced by link to in-progress statement from the core Go team on multi-module repositories)
2018-12-23 10:32:47 -05:00
thepudds
c929291da6
go back to bullets instead of table for common commands
2018-12-21 16:28:35 -05:00
thepudds
e2f6f043b1
tweak table formatting
2018-12-21 16:20:58 -05:00
thepudds
c96c3175dd
convert list of common commands to table
2018-12-21 16:18:56 -05:00
thepudds
d44a5be23a
minor tweaks to recent material
2018-12-21 16:11:48 -05:00
thepudds
aa0aeadf64
Revert 78c6ef494b95fc466759810d36ac40ff38d83143...9f41311e201301a491c8a55f125eeb73c102d439 on Modules
2018-12-21 16:06:32 -05:00
thepudds
9f41311e20
minor tweaks to recent material
2018-12-21 15:46:18 -05:00
thepudds
78c6ef494b
minor tweaks to recent material
2018-12-21 15:42:18 -05:00
thepudds
dbcf4aa5fc
minor tweaks to recent material
2018-12-21 15:34:14 -05:00
thepudds
dc17cc632d
minor tweaks to recent material
2018-12-21 15:03:23 -05:00
Dave Halliday
afb676fa29
Typo: identify->identity
2018-12-20 17:44:39 -05:00
thepudds
bf4b37d7cb
update TOC
2018-12-20 02:25:10 -05:00
thepudds
ca39a40fb2
add new FAQ on running 'go mod init' on a problematic non-module dependency to manually pick up information from its current dependency manager
2018-12-20 02:24:08 -05:00
Jean de Klerk
105df93106
Fix link
2018-12-19 14:27:25 -08:00
Jean de Klerk
dfae7f1d90
Add some FAQ notes about cyclical imports, and a module importing itself.
2018-12-19 14:26:51 -08:00
Mikael Johansson
e37cb5ca04
Updated Modules (markdown)
2018-12-19 20:39:13 +01:00
Mikael Johansson
b254968a41
Added introductory video link
2018-12-19 20:35:24 +01:00
thepudds
a3eb300b0a
minor tweaks to recent material
2018-12-19 14:16:33 -05:00
thepudds
e12e42c8bd
minor tweaks to recent material
2018-12-19 13:58:59 -05:00
thepudds
4b4f535512
minor tweaks to recent material
2018-12-19 12:30:55 -05:00
thepudds
0f0c61af1b
minor tweaks to recent material
2018-12-19 12:25:46 -05:00
thepudds
3c94545b71
minor tweaks to recent material
2018-12-19 12:24:46 -05:00