diff options
Diffstat (limited to 'src/encoding')
| -rw-r--r-- | src/encoding/gob/decgen.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/encoding/gob/decgen.go b/src/encoding/gob/decgen.go index 420c86207c..95d84b6762 100644 --- a/src/encoding/gob/decgen.go +++ b/src/encoding/gob/decgen.go @@ -4,8 +4,8 @@ //go:build ignore -// encgen writes the helper functions for encoding. Intended to be -// used with go generate; see the invocation in encode.go. +// decgen writes the helper functions for decoding. Intended to be +// used with go generate; see the invocation in decode.go. // TODO: We could do more by being unsafe. Add a -unsafe flag? |
