mirror of
https://github.com/golang/go
synced 2024-11-05 15:56:12 -07:00
71c3ad9cb7
Change-Id: Ic07741211632edb2d808f0e5fd213da3dfef5676 Reviewed-on: https://go-review.googlesource.com/c/tools/+/182179 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
11 lines
180 B
Modula-2
11 lines
180 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
golang.org/x/tools v0.0.0-20190918214516-5a1a30219888
|
|
honnef.co/go/tools v0.0.1-2019.2.3
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|