It just seemed like something that could probably exist. Partly
convenience though; go mod -p verify (print) or some such would work
anywhere in the module, while the approach I am using must be done at
the root. Not a big deal though.

thanks

On Sat, 2019-03-23 at 09:54 +0000, Paul Jolly wrote:
> FWIW, none that I'm aware of. If there were to be such a command I
> would probably expect it be an option to go mod verify.
> 
> Is there a problem with using go.sum in the way you're proposing?
> 
> Or is this more a convenience thing?
> 
> On Thu, 21 Mar 2019 at 22:03, Dan Kortschak <d...@kortschak.io> wrote:
> > 
> > 
> > Is there a command that does something like `go list -m <module>`
> > but
> > also outputs the sum for the module and module's go.mod? Other than
> > `grep <module> go.sum`.
> > 
> > thanks
> > Dan
> > 
> > --
> > You received this message because you are subscribed to the Google
> > Groups "golang-nuts" group.
> > To unsubscribe from this group and stop receiving emails from it,
> > send an email to golang-nuts+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to