Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Julie Qiu 1e68675e65 README.md: add badge to pkg.go.dev
Change-Id: I48dc1611bd6e85697a64afb66aa6ae79a60adfce
Reviewed-on: https://go-review.googlesource.com/c/arch/+/275933
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2020-12-07 23:37:22 +00:00
Dmitri Shuralyov 69f17b2c0b vendor: migrate from govendor to go mod vendor
The rsc.io/pdf package was added to the vendor directory 5 years ago
in CL 13968, back when the vendor directory was a part of the Go 1.5
vendor experiment.

The vendor.json file was written by hand in a format compatible with
the govendor tool. By now, that tool has been deprecated in favor of
the go command in module mode.

A go.mod file requiring a newer version of rsc.io/pdf was added in
CL 167137. Modify the vendor directory to use the newer rsc.io/pdf
version by recreating vendor directory using go command in Go 1.14:

	rm -rf vendor
	go mod vendor

It's possible the vendor directory isn't needed anymore and can be
safely deleted in a future change. The scope of this CL is only to
migrate from the deprecated govendor tool to the supported go tool;
deleting the vendor directory can still be done in a future change.

Remove the explicit mention of Go 1.5 vendor experiment from README
since it's old, and not relevant by now. Add a contributing section.

Updates golang/go#30228
Updates golang/go#33848

Change-Id: I95de95a3b2d81faf7235c675e5b8d425141f8d7a
Reviewed-on: https://go-review.googlesource.com/c/arch/+/222538
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-03-12 21:41:26 +00:00
Avelino 86dc2edbc1 README: style syntax to markdown
Change-Id: Idf5fb2adf1622f7d729146200c35f7cae4d7434c
Reviewed-on: https://go-review.googlesource.com/57334
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-09-29 20:28:58 +00:00