From 3f7e8add011c78f40f76a93c22220db6f9f752ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 9 Dec 2019 10:20:23 +0000 Subject: [PATCH] README: add a standard library caveat --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72078db..39a37c2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The tool is designed to be: * Coupled with `cmd/go`, to support both `GOPATH` and modules with ease * Deterministic, though the output is not yet reproducible -* Reversible, for example to un-garble panic stack traces +* Reversible given the original source, to un-garble panic stack traces ### Mechanism @@ -43,3 +43,6 @@ with the build cache; see [#27628](https://github.com/golang/go/issues/27628). Since no caching at all can take place right now (see the link above), builds will be slower than `go build` - especially for large projects. + +The standard library is never garbled when compiled, since the source is always +publicly available.