go/src
Tobias Klauser 7ea2c8cf1b os/exec: gofmt
CL 109361 introduced some changes which were not properly gofmt'ed.
Because the CL was sent via Github no gofmt checks were performed
on it (cf. #24946, #18548).

Change-Id: I207065f01161044c420e272f4fd112e0a59be259
Reviewed-on: https://go-review.googlesource.com/115356
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-30 19:57:39 +00:00
..
archive archive/zip: avoid data descriptor when writing directories 2018-05-02 23:34:50 +00:00
bufio
builtin
bytes bytes: re-slice buffer to its previous length after call to grow() 2018-05-29 19:46:33 +00:00
cmd cmd/go: add minimal module-awareness for legacy operation 2018-05-30 18:03:08 +00:00
compress compress/flate: do not rename math/bits import 2018-05-07 15:42:46 +00:00
container
context context: add benchmarks for context cancellation 2018-05-29 21:57:30 +00:00
crypto all: remove support for macOS 10.9 and earlier 2018-05-29 20:27:03 +00:00
database/sql database/sql: add note to Scanner that the database owns values 2018-05-11 20:28:02 +00:00
debug all: regenerate stringer files 2018-05-29 20:35:41 +00:00
encoding encoding/base32: remove redundant conditional 2018-05-22 17:12:05 +00:00
errors
expvar
flag
fmt
go go/types: fix typo causing loss of embedded interfaces 2018-05-30 18:13:35 +00:00
hash
html html/template: always write untyped nil as JS null 2018-05-09 04:09:29 +00:00
image image: add an example that shows how to get the metadata of an image 2018-05-29 03:16:17 +00:00
index/suffixarray index/suffixarray: fix a typo mistake in comments 2018-05-29 12:16:51 +00:00
internal cmd/compile,go/build,internal/cpu: gofmt 2018-05-26 20:52:04 +00:00
io io: calculate buffer size only when needed 2018-05-06 15:52:31 +00:00
log log/syslog: skip tests that depend on daemon on builders 2018-05-22 18:26:03 +00:00
math math/big: implement Atkin's ModSqrt for 5 mod 8 primes 2018-05-30 16:28:46 +00:00
mime mime: do a pre-allocation in encodeWord 2018-05-15 16:20:14 +00:00
net net: fix leftover variable names from CL 115175 2018-05-30 19:09:24 +00:00
os os/exec: gofmt 2018-05-30 19:57:39 +00:00
path path/filepath: make Abs("") return working directory on Windows 2018-05-14 04:41:33 +00:00
plugin plugin: make stub lookup signature match dlopen version 2018-05-08 17:09:05 +00:00
reflect reflect: document that StructOf panics on unexported fields 2018-05-29 17:06:37 +00:00
regexp
runtime runtime: implement time.now using libc 2018-05-29 22:32:30 +00:00
sort
strconv strconv: simplify (*extFloat).Normalize 2018-05-30 19:28:20 +00:00
strings strings: fix encoding of \u0080 in map 2018-05-04 05:37:45 +00:00
sync sync: deflake TestWaitGroupMisuse2 2018-05-14 04:42:45 +00:00
syscall syscall: partially revert "enable some nacl code to be shared with js/wasm" 2018-05-23 18:54:00 +00:00
testing testing: allow marking subtest and subbenchmark functions as Helpers 2018-05-14 17:59:59 +00:00
text text/scanner: return RawString token rather than String for raw string literals 2018-05-08 04:59:41 +00:00
time cmd/vet: better align print warnings with fmt 2018-05-04 02:57:37 +00:00
unicode cmd/compile: optimize len([]rune(string)) 2018-05-06 05:31:01 +00:00
unsafe
vendor/golang_org/x net/http: vendor x/net/http/httpproxy, use it in net/http 2018-05-29 21:54:57 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
race.bat
run.bash
run.bat
run.rc