Sign in
go
/
go
/
6d9db54be5327617d0c234ae0b0d07c41696c5b0
/
doc
/
effective_go.html
6095ff3
Effective Go: stress that comments are uninterpreted text
by Rob Pike
· 14 years ago
fb9e37c
template: reverse order of arguments to Execute
by Rob Pike
· 14 years ago
76f3228
go spec, effective go: cleanups
by Robert Griesemer
· 14 years ago
bd4e49f
Effective Go: fix typo
by Robert Griesemer
· 14 years ago
eea18d9
log: rename Exit* to Fatal*
by Rob Pike
· 14 years ago
61978aa
effective go: remove non-blocking ops in leaky bucket example
by Rob Pike
· 14 years ago
80e25fc
docs: float->float64 plus a couple of other tweaks.
by Rob Pike
· 14 years ago
29d0f02
effective go: explain the effect of repanicking better.
by Rob Pike
· 14 years ago
bf453eb
doc: update Effective Go for template API change.
by Nigel Tao
· 14 years ago
009aebd
Removed bytes.Add and bytes.AddByte; we now have 'append'.
by Kyle Consalus
· 14 years ago
70d0b6b2
Effective Go: correct error in recent edit: "..." is in call to Sprintln, not Output.
by Rob Pike
· 14 years ago
0808b19
Effective Go: append and a few words about ...
by Rob Pike
· 14 years ago
e787f827
Effective Go: update examples to use new logging interface.
by Rob Pike
· 14 years ago
1edfb4c
Effective Go: update for new http interface.
by Rob Pike
· 14 years ago
089ce17
Documentation: Fix a bug in the example in Constants subsection
by James Fysh
· 15 years ago
7ddbe79
effective go: fix errors caught by HaWe
by Rob Pike
· 15 years ago
c80746a
doc: add missing paren (pointed out by nbjoerg)
by Christopher Wedgwood
· 15 years ago
4fd7880
Effective Go: minor change to correct a comment in an example
by Rob Pike
· 15 years ago
99b23a1
Effective Go: panic and recover
by Rob Pike
· 15 years ago
050905b
Effective Go: add a section on defer.
by Rob Pike
· 15 years ago
6c08859
Effective Go: update ... discussion.
by Rob Pike
· 15 years ago
cd242fb
Use the copy function rather than a loop.
by Ian Lance Taylor
· 15 years ago
4710642
Effective Go: update maps description regarding lookup of nonexistent entry.
by Rob Pike
· 15 years ago
1f3222a
strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go
by Andrey Mirtchovski
· 15 years ago
766c3ff
effective_go: clarified small comment
by Andrew Gerrand
· 15 years ago
49a35a6
be more explicit about initialization of embedded fields.
by Rob Pike
· 15 years ago
c05f86a
fix up YB and add ZB, EB in example
by Rob Pike
· 15 years ago
77f6f16
fix naked < and > as reported by Peter Williams <>
by Rob Pike
· 15 years ago
617a6a5
fix documentation bug in example Fixes #452.
by Rob Pike
· 15 years ago
163ecda
new semicolon rule in effective_go.html.
by Rob Pike
· 15 years ago
acf4dd4
change the naming example from Vector to Ring due to loss of vector.New()
by Rob Pike
· 15 years ago
bcb46c8
fix typo in Append return type
by Rob Pike
· 15 years ago
4085364
doc: fix typo.
by Adam Langley
· 15 years ago
dc3b493
add a paragraph about GOMAXPROCS
by Rob Pike
· 15 years ago
029c39f
fix some typos in the documentation
by Rob Pike
· 15 years ago
0c83f23
fix typo in ByteSize example
by Rob Pike
· 15 years ago
ef7c370
typo
by Russ Cox
· 15 years ago
8db6370
fix final program to have Html->HTML
by Rob Pike
· 15 years ago
cc6720a
Minor tweaks.
by Ian Lance Taylor
· 15 years ago
1a821b3
noted by kaib: explicit assignment initialization
by Russ Cox
· 15 years ago
24ce19c
effective go: tiny fixes
by Russ Cox
· 15 years ago
31053d4
add a final section with a complete example
by Rob Pike
· 15 years ago
c2b6418
fixups to "effective go"
by Rob Pike
· 15 years ago
bb3e309
concurrency
by Rob Pike
· 15 years ago
2cf9dae
drop a couple of semicolons for consistency
by Rob Pike
· 15 years ago
6f89f3f
initialization
by Rob Pike
· 15 years ago
430d462
start the concurrency discussion. work from the outside in because this is a toughie.
by Rob Pike
· 15 years ago
9f60b03
address leftover post-submit comments about embedding
by Rob Pike
· 15 years ago
f00be0c
more embedding. enough for now?
by Rob Pike
· 15 years ago
c58d9ef
fix pre-submit editing typo; text is garbled.
by Rob Pike
· 15 years ago
8840726
embedding part 1.
by Rob Pike
· 15 years ago
ee3e97c
forgot to update the body when i changed the receiver type.
by Rob Pike
· 15 years ago
2119b36
interfaces and methods.
by Rob Pike
· 15 years ago
a68592a
excise some internal references.
by Russ Cox
· 15 years ago
b95048f
some stuff about interfaces. not enough yet.
by Rob Pike
· 15 years ago
d222869
type switches errors
by Rob Pike
· 15 years ago
9dfe404
printing and maps
by Rob Pike
· 15 years ago
3e74079
slices methods on slices, pointers and values.
by Rob Pike
· 15 years ago
53440da
Factored out boilerplate from all html docs in doc directory:
by Robert Griesemer
· 15 years ago
69d13b2
make the sidebars consistent add Effective Go to the set of links
by Rob Pike
· 15 years ago
2e5a136
add a data section and start populating it with info about allocation, arrays
by Rob Pike
· 15 years ago
a5d6f83
functions
by Rob Pike
· 16 years ago
c77c3b0
string range
by Rob Pike
· 16 years ago
8aec612
for loops comment out incomplete stuff
by Rob Pike
· 16 years ago
c409976
semicolons, ifs, switches
by Rob Pike
· 16 years ago
f0ccd40
names
by Rob Pike
· 16 years ago
11e4db7
section about comments
by Rob Pike
· 16 years ago
22140a1
start of a rewrite with a different tone
by Rob Pike
· 16 years ago
401c0b3
get this out of the way
by Rob Pike
· 16 years ago
fe287e7
clean up a TODO
by Rob Pike
· 16 years ago
d951ce4
more info about comments
by Rob Pike
· 16 years ago
d1a3b98
cleanup pass before big edits
by Rob Pike
· 16 years ago
eaf6a34
a few edits and simplifications.
by Rob Pike
· 16 years ago
25706fe
Fix a doc typo.
by David Symonds
· 16 years ago
9443998
Effective Go; draft
by Russ Cox
· 16 years ago