Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
379096de
Commit
379096de
authored
Aug 30, 2013
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.2.txt: add compress/gzip and database/sql lines
R=golang-dev, r CC=golang-dev
https://golang.org/cl/13316044
parent
db12f9d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/go1.2.txt
doc/go1.2.txt
+3
-1
No files found.
doc/go1.2.txt
View file @
379096de
...
...
@@ -31,7 +31,8 @@ cmd/go: delete 'go doc' (CL 12974043).
archive/zip: add File.DataOffset accessor (CL 12784045).
bufio: add Reset methods to Reader and Writer (CL 12603049).
compress/bzip2: support concatenated files (CL 12387044).
compress/flate: implement Reset method on Writer (CL 12265043).
compress/flate: add Reset method on Writer (CL 12265043).
compress/gzip: add Reset method on Writer (CL 13435043).
container/heap: added Fix (CL 12265043).
container/list: added MoveBefore and MoveAfter (CL 12021044).
crypto/cipher: AES-GCM mode (CL 12375043).
...
...
@@ -40,6 +41,7 @@ crypto/sha1: Sum function to simplify hashing (CL 10571043).
crypto/sha256: Sum256 and Sum224 functions to simplify hashing (CL 10629043).
crypto/sha512: Sum512 and Sum384 functions to simplify hashing (CL 10630043).
crypto/tls: add support for TLS 1.1. (CL 7872043).
database/sql: add SetMaxOpenConns method on DB (CL 10726044).
encoding: new package defining generic encoding interfaces (CL 12541051).
encoding/csv: always allow trailing commas (CL 12294043).
encoding/gob: support generic encoding interfaces (CL 12681044).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment