This website requires JavaScript.
Explore
Help
Register
Sign In
qbit
/
go
Watch
1
Star
0
Fork
0
You've already forked go
mirror of
https://github.com/golang/go
synced
2024-11-19 11:04:47 -07:00
Code
Releases
Activity
2529d2857a
go
/
internal
/
lsp
/
testdata
/
indirect
/
primarymod
/
go.mod
6 lines
100 B
Modula-2
Raw
Normal View
History
Unescape
Escape
internal/lsp: show dependency quick fixes for go.mod diagnostics This change adds quickfixes for unused dependencies and dependencies that should not be marked as indirect. It also updates the positions for the diagnostics to make more sense relative to the warning message. There is a testing harness now for suggested fixes. Updates golang/go#31999 Change-Id: I0db3382bf892fcc2d9ab3b633020d9167a0ad09b Reviewed-on: https://go-review.googlesource.com/c/tools/+/213917 Run-TryBot: Rohan Challa <rohan@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-12-17 14:13:33 -07:00
module
indirect
internal/lsp: add warning diagnostics for unused dependencies in go.mod files This is the first step to surfacing potential fixes and suggestions to a user's go.mod file. Specifically, it will show a warning if you have a dependency that is not used, or if a dependency is declared as indirect when it should be direct and vice versa. This CL adds functionality for version of Go that are >= 1.14. Updates golang/go#31999 Change-Id: Id60fa0ee201dcd843f62e2659dda8e795bd671db Reviewed-on: https://go-review.googlesource.com/c/tools/+/211937 Run-TryBot: Rohan Challa <rohan@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-12-17 14:13:33 -07:00
go
1.12
require
golang
.
org
/
x
/
tools
v0
.
0.0
-
20191219192050
-
56
b0b28a00f7
/
/
indirect
Copy Permalink