mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Automated g4 rollback of changelist 25024,
plus significant hand editing.
Back to T{x} for composite literals.
R=r
OCL=25612
CL=25632
This commit is contained in:
parent
e8b43190bb
commit
be2edb5761
100 changed files with 1711 additions and 1710 deletions
|
|
@ -60,7 +60,7 @@ func open(name string) *file {
|
|||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
return &file(fd, make([]byte, 1024)[0:0]);
|
||||
return &file{fd, make([]byte, 1024)[0:0]};
|
||||
}
|
||||
|
||||
func byteIndex(s string, c byte) int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue