Skip to content

Commit 36f607b

Browse files
adonovangopherbot
authored andcommitted
gopls/internal/lsp/frob: document another restriction
Change-Id: Iaaa21c431f20ebd708713884583cfbe59a82d64b Reviewed-on: https://go-review.googlesource.com/c/tools/+/511716 Run-TryBot: Alan Donovan <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]>
1 parent 9b2c3f9 commit 36f607b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gopls/internal/lsp/frob/frob.go

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
//
2020
// - Types that (recursively) contain private struct fields are not permitted.
2121
//
22+
// - Values are serialized as trees, not graphs, so shared subgraphs
23+
// are encoded repeatedly.
24+
//
2225
// - No attempt is made to detect cyclic data structures.
2326
package frob
2427

0 commit comments

Comments
 (0)