mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated Deprecated (markdown)
parent
b90ecc797f
commit
16d4e88f8d
@ -34,7 +34,7 @@ be discussed using [the proposal process](https://go.dev/s/proposal).
|
||||
|
||||
## Examples
|
||||
|
||||
```
|
||||
```golang
|
||||
type ResponseRecorder struct {
|
||||
// HeaderMap contains the headers explicitly set by the Handler.
|
||||
// It is an internal detail.
|
||||
@ -45,7 +45,7 @@ type ResponseRecorder struct {
|
||||
HeaderMap http.Header
|
||||
```
|
||||
|
||||
```
|
||||
```golang
|
||||
// Package rc4 implements the RC4 stream cipher.
|
||||
//
|
||||
// Deprecated: RC4 is cryptographically broken and should not be used
|
||||
|
Loading…
x
Reference in New Issue
Block a user