Skip to content

Commit 0c3b4f5

Browse files
authored
test(internal/godocfx): update goldens (#14249)
Ran with `export GOTOOLCHAIN=go1.26.0` per @shollyman's suggestion
1 parent 001dc31 commit 0c3b4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/godocfx/testdata/golden/cloud.google.com/go/storage@v1.33.0

internal/godocfx/testdata/golden/cloud.google.com/go/storage@v1.33.0/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ items:
131131
}
132132
</pre>
133133
<p>Objects are listed lexicographically by name. To filter objects
134-
lexicographically, [Query.StartOffset] and/or [Query.EndOffset] can be used:
134+
lexicographically, <a href="#Query.StartOffset">Query.StartOffset</a> and/or <a href="#Query.EndOffset">Query.EndOffset</a> can be used:
135135
<pre class="prettyprint">query := &amp;storage.Query{
136136
Prefix: &quot;&quot;,
137137
StartOffset: &quot;bar/&quot;, // Only list objects lexicographically &gt;= &quot;bar/&quot;

0 commit comments

Comments
 (0)