golang.org/x/build@v0.0.0-20240506185731-218518f32b70/relnote/testdata/merge/symbol_links.txt (about) 1 -- f1.md -- 2 There is a [bytes] package with symbols 3 like [bytes.Buffer] 4 and [bytes.Reader.Read]. 5 This: s[math] is not a link. 6 -- stdlib/minor/bytes/x.md -- 7 Inside this file, [Buffer] can be used instead of 8 [bytes.Buffer]. 9 -- want -- 10 There is a [`bytes`](/pkg/bytes) package with symbols 11 like [`bytes.Buffer`](/pkg/bytes#Buffer) 12 and [`bytes.Reader.Read`](/pkg/bytes#Reader.Read). 13 This: s[math] is not a link. 14 15 #### [`bytes`](/pkg/bytes/) 16 17 Inside this file, [`Buffer`](/pkg/bytes#Buffer) can be used instead of 18 [`bytes.Buffer`](/pkg/bytes#Buffer).