Re: [go-nuts] Language line in go.mod

2018-12-18 Thread Ian Lance Taylor
On Tue, Dec 18, 2018 at 7:44 PM komuW wrote: > > is go.sum documented? I have seen a couple of questions on the same in the > #modules channel on gophers slack go.sum is documented, briefly, at https://tip.golang.org/cmd/go/#hdr-Module_downloading_and_verification. I don't know whether it deserv

Re: [go-nuts] Language line in go.mod

2018-12-18 Thread komuW
is go.sum documented? I have seen a couple of questions on the same in the #modules channel on gophers slack On Tuesday, 18 December 2018 19:14:12 UTC+3, Ian Lance Taylor wrote: > > On Tue, Dec 18, 2018 at 8:07 AM Sam Whited > wrote: > > > > I've been asked multiple times recently to point peo

Re: [go-nuts] Language line in go.mod

2018-12-18 Thread Sam Whited
On Tue, Dec 18, 2018, at 10:13, Ian Lance Taylor wrote: > https://tip.golang.org/cmd/go/#hdr-The_go_mod_file Ah thanks! I wouldn't have ever thought to look there for info on the mod file. I'll pass that along. —Sam -- You received this message because you are subscribed to the Google Groups

Re: [go-nuts] Language line in go.mod

2018-12-18 Thread Ian Lance Taylor
On Tue, Dec 18, 2018 at 8:07 AM Sam Whited wrote: > > I've been asked multiple times recently to point people to documentation for > the language line in a go.mod file (eg. the `go 1.12' line that's added by > recent builds), but I haven't been able to find any on the wiki or in `go > help modu

[go-nuts] Language line in go.mod

2018-12-18 Thread Sam Whited
Hi all, I've been asked multiple times recently to point people to documentation for the language line in a go.mod file (eg. the `go 1.12' line that's added by recent builds), but I haven't been able to find any on the wiki or in `go help modules` or similar, just the occasional list discussion