From ec32030be03d0c6e96cf6341e330e2f5098f6224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 5 Dec 2022 18:31:01 +0000 Subject: [PATCH] README: drop obsolete note about `//export` declarations (#615) Since #550 in June 2022, we have stopped considering `//export` directives when deciding what names to obfuscate. We forgot to remove the caveat from the README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4d05c96..b20e06d 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,6 @@ to document the current shortcomings of this tool. var _ = reflect.TypeOf(Message{}) ``` -* Go declarations exported for cgo via `//export` are not obfuscated. - * Go plugins are not currently supported; see [#87](https://github.com/burrowers/garble/issues/87). ### Contributing