
go-list
List of commands for go-list:
-
go-list:tldr:515cc go-list: List packages in JSON format.$ go list -json time net/httptry on your machineexplain this command
-
go-list:tldr:72584 go-list: List standard packages.$ go list stdtry on your machineexplain this command
-
go-list:tldr:a3cc8 go-list: List module dependencies and available updates.$ go list -m -u alltry on your machineexplain this command