1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/pkg
Scott Lawrence 825e0deece template: fixed documentation formatting
What was meant to be a list appeared as a paragraph with dashes.

R=golang-dev, gri1, gri
CC=golang-dev
https://golang.org/cl/2100041
2010-08-31 19:07:40 -07:00
..
archive/tar build: no required environment variables 2010-08-18 10:08:49 -04:00
asn1 build: no required environment variables 2010-08-18 10:08:49 -04:00
big big: added RatString, some simplifications 2010-08-31 15:18:46 -07:00
bufio build: no required environment variables 2010-08-18 10:08:49 -04:00
bytes build: no required environment variables 2010-08-18 10:08:49 -04:00
cmath build: no required environment variables 2010-08-18 10:08:49 -04:00
compress build: no required environment variables 2010-08-18 10:08:49 -04:00
container build: no required environment variables 2010-08-18 10:08:49 -04:00
crypto crypto/tls: Fix doc typo 2010-08-30 09:59:59 +10:00
debug proc, eval: Don't assign address of an array to a slice. 2010-08-30 13:47:40 -07:00
ebnf build: no required environment variables 2010-08-18 10:08:49 -04:00
encoding build: no required environment variables 2010-08-18 10:08:49 -04:00
exec build: no required environment variables 2010-08-18 10:08:49 -04:00
exp proc, eval: Don't assign address of an array to a slice. 2010-08-30 13:47:40 -07:00
expvar build: no required environment variables 2010-08-18 10:08:49 -04:00
flag build: no required environment variables 2010-08-18 10:08:49 -04:00
fmt fmt: add sentence about return values to docs for Printf etc. 2010-08-19 12:07:24 +10:00
go gofmt: permit omission of first index in slice expression 2010-08-27 14:49:49 -07:00
gob build: no required environment variables 2010-08-18 10:08:49 -04:00
hash build: no required environment variables 2010-08-18 10:08:49 -04:00
html build: no required environment variables 2010-08-18 10:08:49 -04:00
http http: obscure passwords in return value of URL.String 2010-08-26 13:32:16 -04:00
image build: remove unnecessary references to GOBIN and GOROOT 2010-08-30 15:40:56 -04:00
io io: prevent ReadAtLeast spinloop if min > len(buf) 2010-08-23 12:04:15 +10:00
json build: no required environment variables 2010-08-18 10:08:49 -04:00
log build: no required environment variables 2010-08-18 10:08:49 -04:00
math math: amd64 version of Sincos 2010-08-26 19:03:58 -04:00
mime mime: delete unnecessary constant conversions. 2010-08-20 07:42:02 +10:00
net net: add LookupMX 2010-08-26 13:32:45 -04:00
netchan netchan: Fix race condition in test. 2010-08-26 15:42:18 -07:00
nntp build: no required environment variables 2010-08-18 10:08:49 -04:00
os os: make return type of FileInfo.Permission() consistent with related functions 2010-08-24 10:38:52 +10:00
patch build: no required environment variables 2010-08-18 10:08:49 -04:00
path build: no required environment variables 2010-08-18 10:08:49 -04:00
rand build: no required environment variables 2010-08-18 10:08:49 -04:00
reflect build: no required environment variables 2010-08-18 10:08:49 -04:00
regexp regexp: interpret all Go characer escapes \a \b \f \n \r \t \v 2010-08-30 14:06:59 +10:00
rpc rpc: fix bug that caused private methods to attempt to be registered. 2010-08-30 08:03:06 +10:00
runtime build: remove unnecessary references to GOBIN and GOROOT 2010-08-30 15:40:56 -04:00
scanner scanner: change package comment to be clearer about its functionality. 2010-08-25 13:07:08 +10:00
sort build: no required environment variables 2010-08-18 10:08:49 -04:00
strconv strconv: fix comment for godoc 2010-08-31 14:18:20 -07:00
strings build: no required environment variables 2010-08-18 10:08:49 -04:00
sync build: no required environment variables 2010-08-18 10:08:49 -04:00
syscall syscall: change BUG(brainman) to NOTE(brainman) 2010-08-25 01:26:35 -04:00
syslog build: no required environment variables 2010-08-18 10:08:49 -04:00
tabwriter build: no required environment variables 2010-08-18 10:08:49 -04:00
template template: fixed documentation formatting 2010-08-31 19:07:40 -07:00
testing build: no required environment variables 2010-08-18 10:08:49 -04:00
time time: Remove unused zoneinfo.go (replaced by zoneinfo_unix.go). 2010-08-24 17:24:40 -07:00
unicode build: no required environment variables 2010-08-18 10:08:49 -04:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 build: no required environment variables 2010-08-18 10:08:49 -04:00
utf16 build: no required environment variables 2010-08-18 10:08:49 -04:00
websocket websocket: fix missing Sec-WebSocket-Protocol on server response. 2010-08-25 12:52:04 -04:00
xml build: no required environment variables 2010-08-18 10:08:49 -04:00
deps.bash build: let pkg/Makefile coordinate building of Go commands 2010-08-25 17:54:10 -04:00
Makefile go/typechecker: 2nd step towards augmenting AST with full type information. 2010-08-26 14:36:13 -07:00