]> Cypherpunks.ru repositories - gostls13.git/commit
embed: remove reference to global variables in docs
authorDan Kortschak <dan@kortschak.io>
Mon, 23 Aug 2021 09:43:35 +0000 (19:13 +0930)
committerAlexander Rakoczy <alex@golang.org>
Thu, 26 Aug 2021 18:26:42 +0000 (18:26 +0000)
commit5e6a7e9b860d7c8f589eec3c123469ea8071689f
treeaab890b999c296cecf9d0138515344ae736f327a
parent166b691b652356074ea346157e8bbc13933380aa
embed: remove reference to global variables in docs

Refering to variable is both redundant since package scope is used, and
incorrect since global variables are not described in the spec.

Change-Id: Ib08a9f072fc800ee36549f758b68167d8f044878
Reviewed-on: https://go-review.googlesource.com/c/go/+/344214
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/embed/embed.go