go/src/pkg
Gustavo Niemeyer 59a47732dd exec: use custom error for LookPath
Make the error message and the needed action more obvious
when a command isn't found to obtain the source code
of a project.  Users seem to strugle with the existing
wording in practice.

R=rsc
CC=golang-dev
https://golang.org/cl/4058047
2011-02-01 12:12:51 -05:00
..
archive a few more errors caught by the print checker 2010-12-08 16:25:14 -05:00
asn1 reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
big throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
bufio bufio: make Flush a no-op when the buffer is empty 2011-01-31 18:54:25 +11:00
bytes bytes: Add Buffer.ReadBytes, Buffer.ReadString 2011-01-27 14:00:31 -08:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
container delete float, complex - code changes 2011-01-19 23:09:00 -05:00
crypto crypto: add package. 2011-02-01 11:02:48 -05:00
debug cgo: windows/386 port 2011-01-20 10:22:20 -05:00
ebnf go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
encoding encoding/line: make it an io.Reader too 2011-01-26 09:59:53 -05:00
exec exec: use custom error for LookPath 2011-02-01 12:12:51 -05:00
exp windows: multiple improvements and cleanups 2011-02-01 11:49:24 -05:00
expvar delete float, complex - code changes 2011-01-19 23:09:00 -05:00
flag delete float, complex - code changes 2011-01-19 23:09:00 -05:00
fmt replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
go go/scanner: fix build (adjust scanner EOF linecount) 2011-01-26 22:09:14 -08:00
gob gob: fix build 2011-01-28 11:07:12 -08:00
hash hash/crc64: fix typo in Sum. 2010-12-22 10:28:22 +11:00
html html: parse "<h1>foo<h2>bar". 2010-12-15 11:39:56 +11:00
http http: follow relative redirect in Get 2011-01-20 12:50:27 -05:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
io io: fix Copyn EOF handling 2011-01-05 14:35:13 -05:00
json json: handle capital floating point exponent (1E100). 2011-01-24 18:10:50 +10:00
log log: add methods for exit and panic 2011-01-11 09:57:47 -08:00
math delete float, complex - code changes 2011-01-19 23:09:00 -05:00
mime gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
net replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
netchan replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
os replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect delete float, complex - code changes 2011-01-19 23:09:00 -05:00
regexp regexp: reject bare ? 2011-01-19 13:47:04 -05:00
rpc replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
runtime windows: multiple improvements and cleanups 2011-02-01 11:49:24 -05:00
scanner scanner: fix Position returned by Scan, Pos 2011-01-25 13:32:56 -08:00
smtp smtp: add *tls.Config argument to StartTLS 2010-12-14 12:22:08 -05:00
sort delete float, complex - code changes 2011-01-19 23:09:00 -05:00
strconv delete float, complex - code changes 2011-01-19 23:09:00 -05:00
strings strings: fix description of FieldsFunc 2011-01-04 16:23:29 -08:00
sync sync: a couple of documentation nits. 2011-01-29 14:56:15 -08:00
syscall windows: multiple improvements and cleanups 2011-02-01 11:49:24 -05:00
syslog throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template template: treat map keys as zero, not non-existent. 2011-01-24 14:12:54 -05:00
testing delete float, complex - code changes 2011-01-19 23:09:00 -05:00
time replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode unicode: update to unicode 6.0.0 2011-01-31 15:20:44 -08:00
unsafe unsafe: add missing case to doc for Pointer 2011-01-20 12:50:50 -05:00
utf8 throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
xml delete float, complex - code changes 2011-01-19 23:09:00 -05:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile crypto: add package. 2011-02-01 11:02:48 -05:00