1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/container/vector
Russ Cox f2b5a07453 delete float, complex - code changes
also:
	cmplx -> complex
	float64(1.0) -> 1.0
	float64(1) -> 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
2011-01-19 23:09:00 -05:00
..
defs.go vector: undo changes to autogenerated files 2010-05-31 15:53:55 -07:00
intvector_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
intvector.go container/vector: rename Data() -> Copy() 2010-07-12 17:22:21 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
nogen_test.go Cleanup: remove Exp ending in identifiers 2009-12-22 18:45:36 -08:00
numbers_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
stringvector_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
stringvector.go container/vector: rename Data() -> Copy() 2010-07-12 17:22:21 -07:00
vector_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
vector.go container/vector: rename Data() -> Copy() 2010-07-12 17:22:21 -07:00