@@ -378,9 +378,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
378
378
< dd >
379
379
< p > <!-- CL 231417, CL 225460 -->
380
380
The < code > PrivateKey</ code > and < code > PublicKey</ code > types in the
381
- < a href ="/pkg/crypto/rsa "> < code > crypto/rsa</ code > </ a > ,
382
- < a href ="/pkg/crypto/ecdsa "> < code > crypto/ecdsa</ code > </ a > , and
383
- < a href ="/pkg/crypto/ed25519 "> < code > crypto/ed25519</ code > </ a > packages
381
+ < a href ="/pkg/crypto/rsa/ "> < code > crypto/rsa</ code > </ a > ,
382
+ < a href ="/pkg/crypto/ecdsa/ "> < code > crypto/ecdsa</ code > </ a > , and
383
+ < a href ="/pkg/crypto/ed25519/ "> < code > crypto/ed25519</ code > </ a > packages
384
384
now have an < code > Equal</ code > method to compare keys for equivalence
385
385
or to make type-safe interfaces for public keys. The method signature
386
386
is compatible with
@@ -559,7 +559,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
559
559
</ dd >
560
560
</ dl > <!-- database/sql -->
561
561
562
- < dl id ="database/sql/driver "> < dt > < a href ="/pkg/database/sql/driver "> database/sql/driver</ a > </ dt >
562
+ < dl id ="database/sql/driver "> < dt > < a href ="/pkg/database/sql/driver/ "> database/sql/driver</ a > </ dt >
563
563
< dd >
564
564
< p > <!-- CL 174122 -->
565
565
The new < a href ="/pkg/database/sql/driver/#Validator "> < code > Validator</ code > </ a >
@@ -672,7 +672,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
672
672
< code > Conn.SetReadDeadline</ code > ,
673
673
or < code > Conn.SetWriteDeadline</ code > methods, it will now
674
674
return an error that is or wraps
675
- < a href ="/pkg/os#ErrDeadlineExceeded "> < code > os.ErrDeadlineExceeded</ code > </ a > .
675
+ < a href ="/pkg/os/ #ErrDeadlineExceeded "> < code > os.ErrDeadlineExceeded</ code > </ a > .
676
676
This may be used to reliably detect whether an error is due to
677
677
an exceeded deadline.
678
678
Earlier releases recommended calling the < code > Timeout</ code >
@@ -751,7 +751,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
751
751
< a href ="/pkg/os/#File.SetReadDeadline "> < code > File.SetReadDeadline</ code > </ a > ,
752
752
or < a href ="/pkg/os/#File.SetWriteDeadline "> < code > File.SetWriteDeadline</ code > </ a >
753
753
methods, it will now return an error that is or wraps
754
- < a href ="/pkg/os#ErrDeadlineExceeded "> < code > os.ErrDeadlineExceeded</ code > </ a > .
754
+ < a href ="/pkg/os/ #ErrDeadlineExceeded "> < code > os.ErrDeadlineExceeded</ code > </ a > .
755
755
This may be used to reliably detect whether an error is due to
756
756
an exceeded deadline.
757
757
Earlier releases recommended calling the < code > Timeout</ code >
@@ -817,7 +817,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
817
817
</ dd >
818
818
</ dl >
819
819
820
- < dl id ="pkg-runtime-pprof "> < dt > < a href ="/pkg/runtime/pprof "> runtime/pprof</ a > </ dt >
820
+ < dl id ="pkg-runtime-pprof "> < dt > < a href ="/pkg/runtime/pprof/ "> runtime/pprof</ a > </ dt >
821
821
< dd >
822
822
< p > <!-- CL 189318 -->
823
823
The goroutine profile includes the profile labels associated with each goroutine
0 commit comments