Skip to content

Commit

Permalink
runtime/protolazy: replace internal doc link with external link
Browse files Browse the repository at this point in the history
Change-Id: Ie610db576e89a0ba48082eb375f8cef300236531
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642015
Reviewed-by: Chressie Himpel <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Michael Stapelberg <[email protected]>
  • Loading branch information
stapelberg authored and gopherbot committed Jan 10, 2025
1 parent 42e0fa9 commit de043b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/protolazy/protolazy.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import (
// Disable disables lazy unmarshaling of opaque messages.
//
// Messages which are still on the OPEN or HYBRID API level (see
// http://go/go-opaque-proto) are never lazily unmarshalled.
// https://protobuf.dev/reference/go/opaque-migration/) are never lazily
// unmarshalled.
//
// Fields must be annotated with [lazy = true] in their .proto file to become
// eligible for lazy unmarshaling.
Expand Down

0 comments on commit de043b9

Please sign in to comment.