1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/lib
Russ Cox 9e3e61627d proposed XML parser design.
inspired by expat's callback interface,
but a bit simpler thanks to go interfaces.

also serves as reference notes about XML.

the parser itself is unimplemented.

not in Makefiles, though it does build.

R=r
DELTA=425  (425 added, 0 deleted, 0 changed)
OCL=25077
CL=25080
2009-02-16 20:14:21 -08:00
..
container - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
fmt convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
hash convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
http convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
io use embedded interface types 2009-02-16 16:37:49 -08:00
json convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
math convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
net change the URL in the test to avoid a redirection that breaks it in sydney. 2009-02-15 19:58:00 -08:00
os assorted changes: 2009-02-15 22:12:35 -08:00
reflect use embedded interface types 2009-02-16 16:37:49 -08:00
regexp convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
strconv convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
sync add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. 2009-02-15 19:35:52 -08:00
syscall assorted changes: 2009-02-15 22:12:35 -08:00
tabwriter - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
time fix build - missed this file before 2009-02-16 17:07:11 -08:00
unicode convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bignum_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bignum.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bufio_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bufio.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
exec_test.go add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. 2009-02-15 19:35:52 -08:00
exec.go add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. 2009-02-15 19:35:52 -08:00
flag_test.go make interface to the flags themselves more public. 2009-02-16 19:43:15 -08:00
flag.go make interface to the flags themselves more public. 2009-02-16 19:43:15 -08:00
log_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
log.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
Makefile io.Pipe 2009-02-16 16:32:30 -08:00
malloc.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
once_test.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
once.go assorted changes: 2009-02-15 22:12:35 -08:00
rand.go delete export 2009-01-20 14:40:40 -08:00
sort_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
sort.go delete export 2009-01-20 14:40:40 -08:00
strings_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
strings.go delete export 2009-01-20 14:40:40 -08:00
testing.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
utf8_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
utf8.go delete export 2009-01-20 14:40:40 -08:00
xml.go proposed XML parser design. 2009-02-16 20:14:21 -08:00