1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:04:52 -07:00
go/container/intsets
Alan Donovan 174d6e8ca3 go.tools/container/intsets: use " " not ", " as (*Sparse).String() separator.
This is both easier to read and 25% shorter (helpful when
using String() as a map key for interning sets).

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/96370045
2014-05-16 13:06:08 -04:00
..
sparse_test.go go.tools/container/intsets: use " " not ", " as (*Sparse).String() separator. 2014-05-16 13:06:08 -04:00
sparse.go go.tools/container/intsets: use " " not ", " as (*Sparse).String() separator. 2014-05-16 13:06:08 -04:00
util_test.go go.tools/container/intsets: fix compile error on 32-bit platforms. 2014-05-15 14:03:05 -04:00
util.go go.tools/container/intsets: fix compile error on 32-bit platforms. 2014-05-15 14:03:05 -04:00