mirror of
https://github.com/golang/go
synced 2024-11-05 15:56:12 -07:00
8ac058ed9f
Markdown is enabled by starting the title with "# ". See the new documentation in present/doc.go for details. For golang/go#33955. Change-Id: I04ef2aa2cf253bdf48910c5674d679a482ffa33f Reviewed-on: https://go-review.googlesource.com/c/tools/+/222846 Reviewed-by: Rob Pike <r@golang.org>
12 lines
271 B
Modula-2
12 lines
271 B
Modula-2
module golang.org/x/tools
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.1.25
|
|
golang.org/x/mod v0.2.0
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
)
|