You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/cre/reference/sdk/http-client-go.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The `Timeout` field specifies how long to wait for an HTTP request to complete b
55
55
56
56
**Format:**
57
57
58
-
- Use `*durationpb.Duration` from the [`google.golang.org/protobuf/types/known/durationpb` package](google.golang.org/protobuf/types/known/durationpb)
58
+
- Use `*durationpb.Duration` from the [`google.golang.org/protobuf/types/known/durationpb` package](https://pkg.go.dev/google.golang.org/protobuf/types/known/durationpb)
59
59
- Create using `durationpb.New()` with a `time.Duration` value
60
60
- Or manually construct with `&durationpb.Duration{Seconds: int64}`
0 commit comments