1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/exp/eval
Rob Pike b0683bd77a move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
this breaks the dependency of package io on package bytes.

R=rsc
CC=golang-dev
https://golang.org/cl/163085
2009-12-02 22:02:14 -08:00
..
abort.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
bridge.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
compiler.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
eval_test.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
expr1.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
expr_test.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
expr.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
func.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
gen.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
main.go move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
scope.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
stmt_test.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
stmt.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
test.bash go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
type.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
typec.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
util.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
value.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
world.go Change to container/vector interface: 2009-11-24 13:43:18 -08:00