mirror of
https://github.com/golang/go
synced 2024-11-05 17:16:10 -07:00
62a0bb781d
This change reworks CL 240118 to apply gofumpt directly as a formatter, not an analyzer. Depending on how gofumpt changes, we may be able to use it as an analyzer in the future, but for now it's just easier to add it as a formatting hook. Fixes golang/go#39805 Change-Id: I227fde4b1916d8a82557f30dfca88e155136dff5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/241985 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
14 lines
292 B
Modula-2
14 lines
292 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/sergi/go-diff v1.1.0
|
|
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f
|
|
honnef.co/go/tools v0.0.1-2020.1.4
|
|
mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|