1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:11:21 -06:00
go/src/pkg/exp
Rob Pike 38f1231f3e strings and bytes.Split: make count of 0 mean 0, not infinite.
Use a count of -1 for infinity.  Ditto for Replace.

R=rsc
CC=golang-dev
https://golang.org/cl/1704044
2010-07-01 14:08:14 -07:00
..
4s go/printer, gofmt: align comments in multi-line expression lists 2010-02-25 16:07:55 -08:00
bignum bignum: deprecate by moving into exp directory 2010-05-21 14:14:22 -07:00
datafmt remove uses of ... from tree, add one test 2010-06-14 11:23:11 -07:00
draw exp/draw/x11: implement the mapping from keycodes to keysyms. 2010-06-29 10:54:41 +10:00
eval reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
iterable iterable: expose iterFunc as iterable.Func 2010-04-27 18:48:29 -07:00
nacl strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
ogle strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
spacewar gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
README explain exp 2009-10-15 11:02:18 -07:00

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.