Sign in
go
/
go
/
eef7035ec860a2a8eac39ed3f4c0cb2a384599a2
/
src
/
pkg
/
encoding
/
ascii85
e15c0ac
all: remove now-unnecessary unreachable panics
by Brad Fitzpatrick
· 12 years ago
ac51c13
encoding/ascii85: fix panic caused by special case
by Dmitry Chestnykh
· 13 years ago
2050a9e
build: remove Make.pkg, Make.tool
by Russ Cox
· 13 years ago
2666b81
use new strconv API
by Russ Cox
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
2ee420f
... changes
by Russ Cox
· 15 years ago
da392d9
build: no required environment variables
by Russ Cox
· 15 years ago
bb84f4b
changes &x -> x[0:] for array to slice conversion
by Russ Cox
· 15 years ago
9750adb
strings: delete Runes, Bytes
by Russ Cox
· 15 years ago
8b8c103
fix build - misc ... vs ...T fixes
by Russ Cox
· 15 years ago
1c72959
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
295ceb4
remove uses of string concatenation from src and misc directory
by Robert Griesemer
· 15 years ago
b0683bd
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
by Rob Pike
· 15 years ago
c78710f
Add trivial whitespace to CorruptInputError strings.
by Christopher Wedgwood
· 15 years ago
6fc8207
go: makes it build for the case $GOROOT has whitespaces
by Sergio Luis O. B. Correia
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
e70cedf
remove bytes.Copy
by Rob Pike
· 15 years ago
baba292
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
d3d3acc
gofmt-ify io, json, runtime, encoding
by Robert Griesemer
· 15 years ago
12dbd06
gofmt-ify encoding
by Robert Griesemer
· 15 years ago
93253a8
encoding/*: reverse the order of src, dst so that dst is first.
by Adam Langley
· 15 years ago
7732d80
misc cleanup
by Russ Cox
· 15 years ago
357b770
base64 -> encoding/base64
by Russ Cox
· 15 years ago