mirror of
https://github.com/golang/go
synced 2024-11-18 16:04:44 -07:00
b97706b7f6
This adds a framework for gopls server debugging pages, and adds the standard profiling pages to it. Change-Id: Ie319e4ad070ac41b2ae7791cb3e0e5bb4ae12ef4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/179277 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
9 lines
155 B
Modula-2
9 lines
155 B
Modula-2
module golang.org/x/tools
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
)
|