README: convert to Markdown and add pkg.go.dev tag

Change-Id: Ie721c15613a716517e163186e952b888664282f2
Reviewed-on: https://go-review.googlesource.com/c/mod/+/275194
Trust: Jay Conrod <jayconrod@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
This commit is contained in:
Jay Conrod 2020-12-03 18:05:06 -05:00
Родитель 3bfbaada29
Коммит bc388b264a
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
# mod
[![PkgGoDev](https://pkg.go.dev/badge/golang.org/x/mod)](https://pkg.go.dev/golang.org/x/mod)
This repository holds packages for writing tools
that work directly with Go module mechanics.
That is, it is for direct manipulation of Go modules themselves.
@ -10,4 +14,3 @@ should remain in x/tools, specifically x/tools/go/packages.
The specific case of loading packages should still be done by
invoking the go command, which remains the single point of
truth for package loading algorithms.