From c8c89d20ce206969ea48819af3ef0309299f9f6c Mon Sep 17 00:00:00 2001
From: Jeremy Faller
Date: Wed, 1 Dec 2021 16:27:55 -0500
Subject: [PATCH] doc/go1.18: add docs on Cookie.Valid
Updates #47694
Change-Id: Ibf3e25fbccf82e4abd7bd76b2ea6ceb4b05d4664
Reviewed-on: https://go-review.googlesource.com/c/go/+/368357
Trust: Jeremy Faller
Run-TryBot: Jeremy Faller
TryBot-Result: Gopher Robot
Reviewed-by: Ian Lance Taylor
---
doc/go1.18.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/go1.18.html b/doc/go1.18.html
index fb4d03151e..a142115c22 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -390,8 +390,11 @@ proposal.
Transport
will now be correctly used, if specified, for making HTTP requests.
+
- TODO: https://golang.org/cl/338590: add Cookie.Valid method
+ The new
+ Cookie.Valid
+ method reports whether the cookie is valid.
--
2.50.0